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