文件下载
文件名 操作
hapi-structures-v22-2.3.jar 下载
hapi-structures-v22-2.3.pom 下载
hapi-structures-v22-2.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>ca.uhn.hapi</groupId>
  <artifactId>hapi-structures-v22</artifactId>
  <version>2.3</version>
</dependency>
Gradle Groovy
implementation 'ca.uhn.hapi:hapi-structures-v22:2.3'
Gradle Kotlin
implementation("ca.uhn.hapi:hapi-structures-v22:2.3")
Scala SBT
libraryDependencies += "ca.uhn.hapi" % "hapi-structures-v22" % "2.3"
Groovy Grape
@Grapes(
  @Grab(group='ca.uhn.hapi', module='hapi-structures-v22', version='2.3')
)
Apache Ivy
<dependency org="ca.uhn.hapi" name="hapi-structures-v22" rev="2.3" />
Leiningen
[ca.uhn.hapi/hapi-structures-v22 "2.3"]
Apache Buildr
'ca.uhn.hapi:hapi-structures-v22:jar:2.3'