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