Standard version for Java 7 and greater
This package contains classes that encapsulate the calls to the PKI Express.
The PKI Express package is distributed by Maven.
The recommended way to install it is with Gradle:
repositories {
mavenCentral()
}
dependencies {
implementation 'com.lacunasoftware.pkiexpress:pki-express:1.21.6'
...
}
Or with Maven:
<dependency>
<groupId>com.lacunasoftware.pkiexpress</groupId>
<artifactId>pki-express</artifactId>
<version>1.21.6/version>
<type>pom</type>
</dependency>
Please visit the PKI Express samples repository for examples on how to use this package.