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