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