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