<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.hapi-fhir-structures-dstu2</artifactId>
<version>5.6.1_1</version>
<type>bundle</type>
</dependency>
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.hapi-fhir-structures-dstu2:5.6.1_1'
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.hapi-fhir-structures-dstu2:5.6.1_1")
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.hapi-fhir-structures-dstu2" % "5.6.1_1"
@Grapes(
@Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.hapi-fhir-structures-dstu2', version='5.6.1_1')
)
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.hapi-fhir-structures-dstu2" rev="5.6.1_1" />
[org.apache.servicemix.bundles/org.apache.servicemix.bundles.hapi-fhir-structures-dstu2 "5.6.1_1"]
<parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> <version>14</version> </parent>
compile
|-- ca.uhn.hapi.fhir:hapi-fhir-base:5.6.1
|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.3
|-- com.fasterxml.jackson.core:jackson-annotations:2.12.3
|-- com.fasterxml.jackson.core:jackson-core:2.12.3
|-- com.fasterxml.jackson.core:jackson-databind:2.12.3
|-- 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.8.0
|-- com.google.guava:guava:30.1.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.8.0
|-- com.google.errorprone:error_prone_annotations:2.5.1
|-- com.google.j2objc:j2objc-annotations:1.3
|-- org.slf4j:slf4j-api:1.7.30