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