<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.utilities</artifactId>
<version>5.5.7</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='org.hl7.fhir.utilities', version='5.5.7')
)
<parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>org.hl7.fhir.core</artifactId> <version>5.5.7</version> </parent>
compile
|-- ca.uhn.hapi.fhir:hapi-fhir-base
|-- org.apache.commons:commons-compress
|-- com.atlassian.commonmark:commonmark
|-- com.atlassian.commonmark:commonmark-ext-gfm-tables
|-- com.github.rjeschke:txtmark
|-- xpp3:xpp3
|-- xpp3:xpp3_xpath
test
|-- org.junit.jupiter:junit-jupiter-api