Group Id activemq
Artifact Id activemq
Version 3.0
Packaging jar
URL -
Badge
Last Updated 2005-08-01T01:18:46+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.0</version>
</dependency>
implementation group: 'activemq', name: 'activemq', version: '3.0'
implementation 'activemq:activemq:3.0'
implementation("activemq:activemq:3.0")
libraryDependencies += "activemq" % "activemq" % "3.0"
<dependency org="activemq" name="activemq" rev="3.0"/>
@Grapes(
    @Grab(group='activemq', module='activemq', version='3.0')
)
[activemq/activemq "3.0"]
'activemq:activemq:3.0'