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