How to install the Java artifact org.wso2.km.ext.pingfederate.pingfederate.auth.client with Maven
Java
Maven
pom.xml
org.wso2.km.ext.pingfederate
pingfederate.auth.client
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.wso2.km.ext.pingfederate</groupId>
<artifactId>pingfederate.auth.client</artifactId>
<version>1.0.2</version>
</dependency>
/dependencies>