Group Id activemq
Artifact Id activemq
Version 3.1
Packaging jar
URL -
Badge
Last Updated 2005-08-24T14:11:32+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.1</version>
</dependency>
implementation group: 'activemq', name: 'activemq', version: '3.1'
implementation 'activemq:activemq:3.1'
implementation("activemq:activemq:3.1")
libraryDependencies += "activemq" % "activemq" % "3.1"
<dependency org="activemq" name="activemq" rev="3.1"/>
@Grapes(
    @Grab(group='activemq', module='activemq', version='3.1')
)
[activemq/activemq "3.1"]
'activemq:activemq:3.1'