<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.hapi-fhir-structures-dstu3</artifactId>
<version>5.6.2_1</version>
<type>bundle</type>
</dependency>
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.hapi-fhir-structures-dstu3:5.6.2_1'
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.hapi-fhir-structures-dstu3:5.6.2_1")
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.hapi-fhir-structures-dstu3" % "5.6.2_1"
@Grapes(
@Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.hapi-fhir-structures-dstu3', version='5.6.2_1')
)
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.hapi-fhir-structures-dstu3" rev="5.6.2_1" />
[org.apache.servicemix.bundles/org.apache.servicemix.bundles.hapi-fhir-structures-dstu3 "5.6.2_1"]
<parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> <version>14</version> </parent>
compile
|-- com.squareup.okhttp3:okhttp:3.8.1
|-- com.squareup.okio:okio:1.13.0
|-- ca.uhn.hapi.fhir:hapi-fhir-base:5.6.2
|-- 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-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
|-- org.slf4j:jcl-over-slf4j:1.7.30
|-- com.google.code.findbugs:jsr305:3.0.2
|-- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:5.5.7