<dependency> <groupId>ca.uhn.hapi</groupId> <artifactId>hapi-base</artifactId> <version>2.0-alpha1</version> </dependency>
implementation 'ca.uhn.hapi:hapi-base:2.0-alpha1'
implementation("ca.uhn.hapi:hapi-base:2.0-alpha1")
libraryDependencies += "ca.uhn.hapi" % "hapi-base" % "2.0-alpha1"
@Grapes( @Grab(group='ca.uhn.hapi', module='hapi-base', version='2.0-alpha1') )
<dependency org="ca.uhn.hapi" name="hapi-base" rev="2.0-alpha1" />
[ca.uhn.hapi/hapi-base "2.0-alpha1"]
'ca.uhn.hapi:hapi-base:jar:2.0-alpha1'
<parent> <groupId>ca.uhn.hapi</groupId> <artifactId>hapi</artifactId> <version>2.0-alpha1</version> </parent>
compile
|-- commons-cli:commons-cli:1.2
|-- org.slf4j:slf4j-api:1.6.1
|-- org.slf4j:slf4j-log4j12:1.6.1
|-- log4j:log4j:1.2.16
|-- jboss:jboss-j2ee:4.0.2
|-- org.jdom:jdom:1.1
|-- xalan:xalan:2.7.0
|-- xerces:xercesImpl:2.4.0