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