<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-hl7org-dstu2</artifactId>
<version>6.6.2</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-structures-hl7org-dstu2', version='6.6.2')
)
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir-structures-hl7org-dstu2" rev="6.6.2" />
<parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-deployable-pom</artifactId> <version>6.6.2</version> </parent>
compile
|-- ca.uhn.hapi.fhir:hapi-fhir-base
|-- ca.uhn.hapi.fhir:org.hl7.fhir.utilities
|-- ca.uhn.hapi.fhir:org.hl7.fhir.dstu2
|-- ca.uhn.hapi.fhir:hapi-fhir-client
|-- ca.uhn.hapi.fhir:hapi-fhir-server
|-- javax.servlet:servlet-api:2.5
|-- xpp3:xpp3
|-- org.fhir:ucum
test
|-- com.fasterxml.woodstox:woodstox-core
|-- ca.uhn.hapi.fhir:hapi-fhir-validation-resources-dstu2
|-- org.eclipse.jetty:jetty-servlets
|-- org.eclipse.jetty:jetty-servlet
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-util
|-- org.eclipse.jetty:jetty-webapp
|-- org.eclipse.jetty:jetty-http
|-- ch.qos.logback:logback-classic
|-- ca.uhn.hapi.fhir:hapi-fhir-test-utilities
|-- javax.activation:javax.activation-api
|-- org.glassfish.jaxb:jaxb-runtime
|-- commons-lang:commons-lang:2.5