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