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