h

http-client

Higgs HTTP Client
文件下载
文件名 操作
http-client-0.0.24.jar 下载
http-client-0.0.24.pom 下载
http-client-0.0.24-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.higgs</groupId>
  <artifactId>http-client</artifactId>
  <version>0.0.24</version>
</dependency>
Gradle Groovy
implementation 'io.higgs:http-client:0.0.24'
Gradle Kotlin
implementation("io.higgs:http-client:0.0.24")
Scala SBT
libraryDependencies += "io.higgs" % "http-client" % "0.0.24"
Groovy Grape
@Grapes(
  @Grab(group='io.higgs', module='http-client', version='0.0.24')
)
Apache Ivy
<dependency org="io.higgs" name="http-client" rev="0.0.24" />
Leiningen
[io.higgs/http-client "0.0.24"]
Apache Buildr
'io.higgs:http-client:jar:0.0.24'