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