Files download
File Operation
hapi-base-1.2-beta1.jar download
hapi-base-1.2-beta1.pom download
hapi-base-1.2-beta1-sources.jar download
Apache Maven
<dependency>
  <groupId>ca.uhn.hapi</groupId>
  <artifactId>hapi-base</artifactId>
  <version>1.2-beta1</version>
</dependency>
Gradle Groovy
implementation 'ca.uhn.hapi:hapi-base:1.2-beta1'
Gradle Kotlin
implementation("ca.uhn.hapi:hapi-base:1.2-beta1")
Scala SBT
libraryDependencies += "ca.uhn.hapi" % "hapi-base" % "1.2-beta1"
Groovy Grape
@Grapes(
  @Grab(group='ca.uhn.hapi', module='hapi-base', version='1.2-beta1')
)
Apache Ivy
<dependency org="ca.uhn.hapi" name="hapi-base" rev="1.2-beta1" />
Leiningen
[ca.uhn.hapi/hapi-base "1.2-beta1"]
Apache Buildr
'ca.uhn.hapi:hapi-base:jar:1.2-beta1'