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