a

activemq-core

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