<dependency> <groupId>ca.uhn.hapi</groupId> <artifactId>hapi-structures-v24</artifactId> <version>2.5</version> </dependency>
implementation 'ca.uhn.hapi:hapi-structures-v24:2.5'
implementation("ca.uhn.hapi:hapi-structures-v24:2.5")
libraryDependencies += "ca.uhn.hapi" % "hapi-structures-v24" % "2.5"
@Grapes( @Grab(group='ca.uhn.hapi', module='hapi-structures-v24', version='2.5') )
<dependency org="ca.uhn.hapi" name="hapi-structures-v24" rev="2.5" />
[ca.uhn.hapi/hapi-structures-v24 "2.5"]
'ca.uhn.hapi:hapi-structures-v24:jar:2.5'
<parent> <groupId>ca.uhn.hapi</groupId> <artifactId>hapi</artifactId> <version>2.5</version> </parent>
compile
|-- ca.uhn.hapi:hapi-base