r

restpkicore-client

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