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