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