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