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