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