<dependency> <groupId>org.hornetq</groupId> <artifactId>hornetq-native</artifactId> <version>2.4.9.Final</version> <type>${native-package-type}</type> </dependency>
implementation 'org.hornetq:hornetq-native:2.4.9.Final'
implementation("org.hornetq:hornetq-native:2.4.9.Final")
libraryDependencies += "org.hornetq" % "hornetq-native" % "2.4.9.Final"
@Grapes( @Grab(group='org.hornetq', module='hornetq-native', version='2.4.9.Final') )
<dependency org="org.hornetq" name="hornetq-native" rev="2.4.9.Final" />
[org.hornetq/hornetq-native "2.4.9.Final"]
'org.hornetq:hornetq-native:jar:2.4.9.Final'
<parent> <groupId>org.hornetq</groupId> <artifactId>hornetq-pom</artifactId> <version>2.4.9.Final</version> </parent>
compile
|-- org.hornetq:hornetq-commons