Files download
File Operation
util-health-2.0.jar download
util-health-2.0.pom download
util-health-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>ws.ament.hammock</groupId>
  <artifactId>util-health</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'ws.ament.hammock:util-health:2.0'
Gradle Kotlin
implementation("ws.ament.hammock:util-health:2.0")
Scala SBT
libraryDependencies += "ws.ament.hammock" % "util-health" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='ws.ament.hammock', module='util-health', version='2.0')
)
Apache Ivy
<dependency org="ws.ament.hammock" name="util-health" rev="2.0" />
Leiningen
[ws.ament.hammock/util-health "2.0"]
Apache Buildr
'ws.ament.hammock:util-health:jar:2.0'