文件下载
文件名 操作
blaze-http_3-0.23.12.jar 下载
blaze-http_3-0.23.12.pom 下载
blaze-http_3-0.23.12-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.http4s</groupId>
  <artifactId>blaze-http_3</artifactId>
  <version>0.23.12</version>
</dependency>
Gradle Groovy
implementation 'org.http4s:blaze-http_3:0.23.12'
Gradle Kotlin
implementation("org.http4s:blaze-http_3:0.23.12")
Scala SBT
libraryDependencies += "org.http4s" % "blaze-http_3" % "0.23.12"
Groovy Grape
@Grapes(
  @Grab(group='org.http4s', module='blaze-http_3', version='0.23.12')
)
Apache Ivy
<dependency org="org.http4s" name="blaze-http_3" rev="0.23.12" />
Leiningen
[org.http4s/blaze-http_3 "0.23.12"]
Apache Buildr
'org.http4s:blaze-http_3:jar:0.23.12'