r

restpki-core-client

Classes to consume Lacuna Software REST PKI Core
https://github.com/LacunaSoftware/RestPkiNGJavaClient
Unlicense
Emily Souza
Files download
File Operation
restpki-core-client-4.0.0.jar download
restpki-core-client-4.0.0.pom download
restpki-core-client-4.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lacunasoftware.restpki</groupId>
  <artifactId>restpki-core-client</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.lacunasoftware.restpki:restpki-core-client:4.0.0'
Gradle Kotlin
implementation("com.lacunasoftware.restpki:restpki-core-client:4.0.0")
Scala SBT
libraryDependencies += "com.lacunasoftware.restpki" % "restpki-core-client" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.lacunasoftware.restpki', module='restpki-core-client', version='4.0.0')
)
Apache Ivy
<dependency org="com.lacunasoftware.restpki" name="restpki-core-client" rev="4.0.0" />
Leiningen
[com.lacunasoftware.restpki/restpki-core-client "4.0.0"]
Apache Buildr
'com.lacunasoftware.restpki:restpki-core-client:jar:4.0.0'