r

restpki-client

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