<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-dstu3</artifactId>
<version>3.1.0</version>
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-structures-dstu3', version='3.1.0')
)
<parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-deployable-pom</artifactId> <version>3.1.0</version> </parent>
compile
|-- ca.uhn.hapi.fhir:hapi-fhir-base
|-- ca.uhn.hapi.fhir:hapi-fhir-utilities
|-- ca.uhn.hapi.fhir:hapi-fhir-client
|-- ca.uhn.hapi.fhir:hapi-fhir-server
|-- javax.servlet:javax.servlet-api:3.0.1
|-- commons-codec:commons-codec:1.1
|-- xpp3:xpp3
test
|-- ca.uhn.hapi.fhir:hapi-fhir-validation-resources-dstu3
|-- org.codehaus.woodstox:woodstox-core-asl
|-- 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
|-- com.phloc:phloc-schematron