<dependency> <groupId>org.hornetq</groupId> <artifactId>hornetq-ra</artifactId> <version>2.0.0.GA</version> </dependency>
implementation 'org.hornetq:hornetq-ra:2.0.0.GA'
implementation("org.hornetq:hornetq-ra:2.0.0.GA")
libraryDependencies += "org.hornetq" % "hornetq-ra" % "2.0.0.GA"
@Grapes( @Grab(group='org.hornetq', module='hornetq-ra', version='2.0.0.GA') )
<dependency org="org.hornetq" name="hornetq-ra" rev="2.0.0.GA" />
[org.hornetq/hornetq-ra "2.0.0.GA"]
'org.hornetq:hornetq-ra:jar:2.0.0.GA'