<dependency> <groupId>org.fhir</groupId> <artifactId>ucum</artifactId> <version>1.0.6</version> </dependency>
implementation 'org.fhir:ucum:1.0.6'
implementation("org.fhir:ucum:1.0.6")
libraryDependencies += "org.fhir" % "ucum" % "1.0.6"
@Grapes( @Grab(group='org.fhir', module='ucum', version='1.0.6') )
<dependency org="org.fhir" name="ucum" rev="1.0.6" />
[org.fhir/ucum "1.0.6"]
'org.fhir:ucum:jar:1.0.6'
test
|-- junit:junit:4.13.1
|-- org.hamcrest:hamcrest-library:1.3