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