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