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