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