<dependency> <groupId>org.hornetq</groupId> <artifactId>hornetq-tools</artifactId> <version>2.5.0.Beta1</version> </dependency>
implementation 'org.hornetq:hornetq-tools:2.5.0.Beta1'
implementation("org.hornetq:hornetq-tools:2.5.0.Beta1")
libraryDependencies += "org.hornetq" % "hornetq-tools" % "2.5.0.Beta1"
@Grapes( @Grab(group='org.hornetq', module='hornetq-tools', version='2.5.0.Beta1') )
<dependency org="org.hornetq" name="hornetq-tools" rev="2.5.0.Beta1" />
[org.hornetq/hornetq-tools "2.5.0.Beta1"]
'org.hornetq:hornetq-tools:jar:2.5.0.Beta1'
<parent> <groupId>org.hornetq</groupId> <artifactId>hornetq-pom</artifactId> <version>2.5.0.Beta1</version> </parent>
compile
|-- org.jboss.logging:jboss-logging
|-- org.jboss.logging:jboss-logging-processor
|-- org.hornetq:hornetq-server
|-- org.hornetq:hornetq-jms-server