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