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