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