<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-dstu3</artifactId>
<version>2.4</version>
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-structures-dstu3', version='2.4')
)
<parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-deployable-pom</artifactId> <version>2.4</version> </parent>
compile
|-- ca.uhn.hapi.fhir:hapi-fhir-base
provided
|-- javax.servlet:servlet-api:2.5
test
|-- ca.uhn.hapi.fhir:hapi-fhir-validation-resources-dstu3
|-- xmlunit:xmlunit
|-- 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