r

restpkicore-client

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