<dependency> <groupId>ca.uhn.hapi</groupId> <artifactId>hapi-base</artifactId> <version>1.1-beta2</version> </dependency>
implementation 'ca.uhn.hapi:hapi-base:1.1-beta2'
implementation("ca.uhn.hapi:hapi-base:1.1-beta2")
libraryDependencies += "ca.uhn.hapi" % "hapi-base" % "1.1-beta2"
@Grapes( @Grab(group='ca.uhn.hapi', module='hapi-base', version='1.1-beta2') )
<dependency org="ca.uhn.hapi" name="hapi-base" rev="1.1-beta2" />
[ca.uhn.hapi/hapi-base "1.1-beta2"]
'ca.uhn.hapi:hapi-base:jar:1.1-beta2'
<parent> <groupId>ca.uhn.hapi</groupId> <artifactId>hapi</artifactId> <version>1.1-beta2</version> </parent>
compile
|-- commons-cli:commons-cli:1.0
|-- commons-logging:commons-logging:1.0.4
|-- jboss:jboss-j2ee:4.0.2
|-- org.jdom:jdom:1.1
|-- log4j:log4j:1.2.9
|-- xalan:xalan:2.7.0
|-- xerces:xercesImpl:2.4.0