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