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