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