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