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