<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.hapi-fhir-structures-dstu2</artifactId>
<version>6.0.4_1</version>
<type>bundle</type>
</dependency>
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.hapi-fhir-structures-dstu2:6.0.4_1'
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.hapi-fhir-structures-dstu2:6.0.4_1")
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.hapi-fhir-structures-dstu2" % "6.0.4_1"
@Grapes(
@Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.hapi-fhir-structures-dstu2', version='6.0.4_1')
)
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.hapi-fhir-structures-dstu2" rev="6.0.4_1" />
[org.apache.servicemix.bundles/org.apache.servicemix.bundles.hapi-fhir-structures-dstu2 "6.0.4_1"]
<parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> <version>15</version> </parent>
compile
|-- ca.uhn.hapi.fhir:hapi-fhir-base:6.0.4
|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.2
|-- com.fasterxml.jackson.core:jackson-annotations:2.13.2
|-- com.fasterxml.jackson.core:jackson-core:2.13.2
|-- com.fasterxml.jackson.core:jackson-databind:2.13.2.2
|-- org.apache.commons:commons-lang3:3.12.0
|-- org.apache.commons:commons-text:1.9
|-- commons-codec:commons-codec:1.15
|-- commons-io:commons-io:2.11.0
|-- com.google.guava:guava:31.0.1-jre
|-- com.google.guava:failureaccess:1.0.1
|-- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|-- org.checkerframework:checker-qual:3.12.0
|-- com.google.errorprone:error_prone_annotations:2.7.1
|-- com.google.j2objc:j2objc-annotations:1.3
|-- org.slf4j:slf4j-api:1.7.33