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