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