<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.dstu2016may</artifactId>
<version>6.4.4</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='org.hl7.fhir.dstu2016may', version='6.4.4')
)
<parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>org.hl7.fhir.core</artifactId> <version>6.4.4</version> </parent>
compile
|-- ca.uhn.hapi.fhir:hapi-fhir-base
|-- ca.uhn.hapi.fhir:org.hl7.fhir.utilities
|-- org.fhir:ucum
|-- org.ogce:xpp3
|-- org.apache.poi:poi-ooxml-full
|-- org.apache.httpcomponents:httpclient
test
|-- com.fasterxml.jackson.core:jackson-databind