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