a

activemq-all

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