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