Files download
File Operation
activemq-artemis-native-1.0.0.jar download
activemq-artemis-native-1.0.0.pom download
activemq-artemis-native-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.activemq</groupId>
  <artifactId>activemq-artemis-native</artifactId>
  <version>1.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.activemq:activemq-artemis-native:1.0.0'
Gradle Kotlin
implementation("org.apache.activemq:activemq-artemis-native:1.0.0")
Scala SBT
libraryDependencies += "org.apache.activemq" % "activemq-artemis-native" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.activemq', module='activemq-artemis-native', version='1.0.0')
)
Apache Ivy
<dependency org="org.apache.activemq" name="activemq-artemis-native" rev="1.0.0" />
Leiningen
[org.apache.activemq/activemq-artemis-native "1.0.0"]
Apache Buildr
'org.apache.activemq:activemq-artemis-native:jar:1.0.0'