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