Files download
File Operation
org.hl7.fhir.dstu3-5.6.68.jar download
org.hl7.fhir.dstu3-5.6.68.pom download
org.hl7.fhir.dstu3-5.6.68-sources.jar download
Apache Maven
<dependency>
  <groupId>ca.uhn.hapi.fhir</groupId>
  <artifactId>org.hl7.fhir.dstu3</artifactId>
  <version>5.6.68</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'ca.uhn.hapi.fhir:org.hl7.fhir.dstu3:5.6.68'
Gradle Kotlin
implementation("ca.uhn.hapi.fhir:org.hl7.fhir.dstu3:5.6.68")
Scala SBT
libraryDependencies += "ca.uhn.hapi.fhir" % "org.hl7.fhir.dstu3" % "5.6.68"
Groovy Grape
@Grapes(
  @Grab(group='ca.uhn.hapi.fhir', module='org.hl7.fhir.dstu3', version='5.6.68')
)
Apache Ivy
<dependency org="ca.uhn.hapi.fhir" name="org.hl7.fhir.dstu3" rev="5.6.68" />
Leiningen
[ca.uhn.hapi.fhir/org.hl7.fhir.dstu3 "5.6.68"]
Apache Buildr
'ca.uhn.hapi.fhir:org.hl7.fhir.dstu3:jar:5.6.68'