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