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