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