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