<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.utilities</artifactId>
<version>6.4.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='org.hl7.fhir.utilities', version='6.4.0')
)
<parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>org.hl7.fhir.core</artifactId> <version>6.4.0</version> </parent>
compile
|-- ca.uhn.hapi.fhir:hapi-fhir-base
|-- org.apache.commons:commons-compress
|-- org.commonmark:commonmark-ext-gfm-tables
|-- com.github.rjeschke:txtmark
|-- com.squareup.okhttp3:okhttp
|-- com.squareup.okio:okio-jvm
|-- org.ogce:xpp3
|-- commons-net:commons-net:3.9.0
provided
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.junit.vintage:junit-vintage-engine
|-- org.junit.jupiter:junit-jupiter-params
|-- org.junit.platform:junit-platform-launcher
|-- org.hl7.fhir.testcases:fhir-test-cases
|-- junit:junit
test