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