r

restpki-client

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