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