Group Id activemq
Artifact Id activemq
Version 3.2-M1
Packaging jar
URL -
Badge
Last Updated 2005-09-28T16:02:30+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>activemq</groupId>
    <artifactId>activemq</artifactId>
    <version>3.2-M1</version>
</dependency>
implementation group: 'activemq', name: 'activemq', version: '3.2-M1'
implementation 'activemq:activemq:3.2-M1'
implementation("activemq:activemq:3.2-M1")
libraryDependencies += "activemq" % "activemq" % "3.2-M1"
<dependency org="activemq" name="activemq" rev="3.2-M1"/>
@Grapes(
    @Grab(group='activemq', module='activemq', version='3.2-M1')
)
[activemq/activemq "3.2-M1"]
'activemq:activemq:3.2-M1'