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