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