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.15.4.jar download
restpki-client-1.15.4.pom download
restpki-client-1.15.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lacunasoftware.restpki</groupId>
  <artifactId>restpki-client</artifactId>
  <version>1.15.4</version>
</dependency>
Gradle Groovy
implementation 'com.lacunasoftware.restpki:restpki-client:1.15.4'
Gradle Kotlin
implementation("com.lacunasoftware.restpki:restpki-client:1.15.4")
Scala SBT
libraryDependencies += "com.lacunasoftware.restpki" % "restpki-client" % "1.15.4"
Groovy Grape
@Grapes(
  @Grab(group='com.lacunasoftware.restpki', module='restpki-client', version='1.15.4')
)
Apache Ivy
<dependency org="com.lacunasoftware.restpki" name="restpki-client" rev="1.15.4" />
Leiningen
[com.lacunasoftware.restpki/restpki-client "1.15.4"]
Apache Buildr
'com.lacunasoftware.restpki:restpki-client:jar:1.15.4'