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