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