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