<dependency> <groupId>ca.uhn.hapi</groupId> <artifactId>hapi-base</artifactId> <version>2.2-beta1</version> </dependency>
implementation 'ca.uhn.hapi:hapi-base:2.2-beta1'
implementation("ca.uhn.hapi:hapi-base:2.2-beta1")
libraryDependencies += "ca.uhn.hapi" % "hapi-base" % "2.2-beta1"
@Grapes( @Grab(group='ca.uhn.hapi', module='hapi-base', version='2.2-beta1') )
<dependency org="ca.uhn.hapi" name="hapi-base" rev="2.2-beta1" />
[ca.uhn.hapi/hapi-base "2.2-beta1"]
'ca.uhn.hapi:hapi-base:jar:2.2-beta1'
<parent> <groupId>ca.uhn.hapi</groupId> <artifactId>hapi</artifactId> <version>2.2-beta1</version> </parent>
compile
|-- org.slf4j:slf4j-api
|-- org.slf4j:slf4j-log4j12
|-- log4j:log4j
|-- org.apache.geronimo.specs:geronimo-jms_1.1_spec
|-- commons-cli:commons-cli