a

activemq-all

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