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