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