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