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