How to install the Java artifact org.xipki.shells.ca-client-shell with Maven
Java
Maven
pom.xml
org.xipki.shells
ca-client-shell
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.xipki.shells</groupId>
<artifactId>ca-client-shell</artifactId>
<version>4.0.0</version>
</dependency>
/dependencies>