k

ksi-service-client-apache-http

Apache KSI HTTP service client. Uses Apache HTTP client API to communicate with the server.
The Apache License, Version 2.0
Guardtime
文件下载
文件名 操作
ksi-service-client-apache-http-4.3.54.jar 下载
ksi-service-client-apache-http-4.3.54.pom 下载
ksi-service-client-apache-http-4.3.54-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.guardtime</groupId>
  <artifactId>ksi-service-client-apache-http</artifactId>
  <version>4.3.54</version>
</dependency>
Gradle Groovy
implementation 'com.guardtime:ksi-service-client-apache-http:4.3.54'
Gradle Kotlin
implementation("com.guardtime:ksi-service-client-apache-http:4.3.54")
Scala SBT
libraryDependencies += "com.guardtime" % "ksi-service-client-apache-http" % "4.3.54"
Groovy Grape
@Grapes(
  @Grab(group='com.guardtime', module='ksi-service-client-apache-http', version='4.3.54')
)
Apache Ivy
<dependency org="com.guardtime" name="ksi-service-client-apache-http" rev="4.3.54" />
Leiningen
[com.guardtime/ksi-service-client-apache-http "4.3.54"]
Apache Buildr
'com.guardtime:ksi-service-client-apache-http:jar:4.3.54'