<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-dstu3</artifactId>
<version>6.10.4</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-structures-dstu3', version='6.10.4')
)
<parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-deployable-pom</artifactId> <version>6.10.4</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.dstu3
|-- ca.uhn.hapi.fhir:hapi-fhir-caching-api
|-- org.fhir:ucum
|-- ca.uhn.hapi.fhir:hapi-fhir-client
|-- ca.uhn.hapi.fhir:hapi-fhir-server
|-- javax.servlet:javax.servlet-api:3.1.0
|-- com.squareup.okhttp3:okhttp
|-- org.ogce:xpp3
test
|-- ca.uhn.hapi.fhir:hapi-fhir-validation-resources-dstu3
|-- com.fasterxml.woodstox:woodstox-core
|-- ca.uhn.hapi.fhir:hapi-fhir-caching-testing
|-- 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