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