h

http-client

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