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