Skip to content

LacunaSoftware/RestPkiNGJavaClient

Repository files navigation

REST PKI Core client package for Java

Standard version for Java 8 and greater

This package contains classes that encapsulate the calls to the REST PKI Core API.

The Rest PKI Core Client package is distributed by Bintray.

The recommended way to install it is with Gradle:

repositories {
        mavenCentral()
        maven {
            url  "http://dl.bintray.com/lacunasoftware/maven"
        }
    }

dependencies {
    compile("com.lacunasoftware.restpki:restpkicore-client:1.0.0")
    ...
}

Or with Maven:

<dependency>
  <groupId>com.lacunasoftware.restpki</groupId>
  <artifactId>restpkicore-client</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published