<dependency> <groupId>ca.uhn.hapi</groupId> <artifactId>hapi-base</artifactId> <version>2.4.1</version> </dependency>
implementation 'ca.uhn.hapi:hapi-base:2.4.1'
implementation("ca.uhn.hapi:hapi-base:2.4.1")
libraryDependencies += "ca.uhn.hapi" % "hapi-base" % "2.4.1"
@Grapes( @Grab(group='ca.uhn.hapi', module='hapi-base', version='2.4.1') )
<dependency org="ca.uhn.hapi" name="hapi-base" rev="2.4.1" />
[ca.uhn.hapi/hapi-base "2.4.1"]
'ca.uhn.hapi:hapi-base:jar:2.4.1'
<parent> <groupId>ca.uhn.hapi</groupId> <artifactId>hapi</artifactId> <version>2.4.1</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
|-- joda-time:joda-time:2.1