Group Id activemq
Artifact Id activemq
Version 3.2
Packaging jar
URL -
Badge
Last Updated 2005-11-22T10:04:07+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</version>
</dependency>
implementation group: 'activemq', name: 'activemq', version: '3.2'
implementation 'activemq:activemq:3.2'
implementation("activemq:activemq:3.2")
libraryDependencies += "activemq" % "activemq" % "3.2"
<dependency org="activemq" name="activemq" rev="3.2"/>
@Grapes(
    @Grab(group='activemq', module='activemq', version='3.2')
)
[activemq/activemq "3.2"]
'activemq:activemq:3.2'