文件下载
文件名 操作
hapi-fhir-server-5.7.4.jar 下载
hapi-fhir-server-5.7.4.pom 下载
hapi-fhir-server-5.7.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>ca.uhn.hapi.fhir</groupId>
  <artifactId>hapi-fhir-server</artifactId>
  <version>5.7.4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'ca.uhn.hapi.fhir:hapi-fhir-server:5.7.4'
Gradle Kotlin
implementation("ca.uhn.hapi.fhir:hapi-fhir-server:5.7.4")
Scala SBT
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-server" % "5.7.4"
Groovy Grape
@Grapes(
  @Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-server', version='5.7.4')
)
Apache Ivy
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir-server" rev="5.7.4" />
Leiningen
[ca.uhn.hapi.fhir/hapi-fhir-server "5.7.4"]
Apache Buildr
'ca.uhn.hapi.fhir:hapi-fhir-server:jar:5.7.4'