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