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