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