How to install the Java artifact org.wso2.carbon.identity.server.api.org.wso2.carbon.identity.api.server.keystore.management with Maven
Java
Maven
pom.xml
org.wso2.carbon.identity.server.api
org.wso2.carbon.identity.api.server.keystore.management
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.wso2.carbon.identity.server.api</groupId>
<artifactId>org.wso2.carbon.identity.api.server.keystore.management</artifactId>
<version>1.0.44</version>
</dependency>
/<dependencies>