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