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.8.89.jar 下载
ksi-service-client-apache-http-4.8.89.pom 下载
ksi-service-client-apache-http-4.8.89-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.guardtime</groupId>
  <artifactId>ksi-service-client-apache-http</artifactId>
  <version>4.8.89</version>
</dependency>
Gradle Groovy
implementation 'com.guardtime:ksi-service-client-apache-http:4.8.89'
Gradle Kotlin
implementation("com.guardtime:ksi-service-client-apache-http:4.8.89")
Scala SBT
libraryDependencies += "com.guardtime" % "ksi-service-client-apache-http" % "4.8.89"
Groovy Grape
@Grapes(
  @Grab(group='com.guardtime', module='ksi-service-client-apache-http', version='4.8.89')
)
Apache Ivy
<dependency org="com.guardtime" name="ksi-service-client-apache-http" rev="4.8.89" />
Leiningen
[com.guardtime/ksi-service-client-apache-http "4.8.89"]
Apache Buildr
'com.guardtime:ksi-service-client-apache-http:jar:4.8.89'