Group Id activemq
Artifact Id activemq
Version 1.5
Packaging jar
URL -
Badge
Last Updated 2005-12-20T08:17:55+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>1.5</version>
</dependency>
implementation group: 'activemq', name: 'activemq', version: '1.5'
implementation 'activemq:activemq:1.5'
implementation("activemq:activemq:1.5")
libraryDependencies += "activemq" % "activemq" % "1.5"
<dependency org="activemq" name="activemq" rev="1.5"/>
@Grapes(
    @Grab(group='activemq', module='activemq', version='1.5')
)
[activemq/activemq "1.5"]
'activemq:activemq:1.5'