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