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