Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 963 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 963 Bytes

PKI Express package for Java

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>

Samples

Please visit the PKI Express samples repository for examples on how to use this package.