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