<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.r4</artifactId>
<version>5.6.971</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='org.hl7.fhir.r4', version='5.6.971')
)
<parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>org.hl7.fhir.core</artifactId> <version>5.6.971</version> </parent>
compile
|-- ca.uhn.hapi.fhir:org.hl7.fhir.utilities
|-- ca.uhn.hapi.fhir:hapi-fhir-base
|-- xpp3:xpp3
|-- xpp3:xpp3_xpath
|-- org.apache.httpcomponents:httpclient
|-- com.squareup.okhttp3:okhttp:4.9.0
|-- org.apache.poi:poi-ooxml-schemas
|-- org.apache.poi:ooxml-schemas:1.4
test
|-- org.hl7.fhir.testcases:fhir-test-cases
|-- com.fasterxml.jackson.core:jackson-databind