Jar examples for a:activemq
ActiveMQ is an open source JMS 1.1 implementation designed for easy deployment in Geronimo
You can download jar file activemq 3.2 in this page.
Apache License
You can use the following script to add activemq-3.2.jar to your project.
<dependency> <groupId>activemq</groupId> <artifactId>activemq</artifactId> <version>3.2</version> </dependency>
compile group: 'activemq', name: 'activemq', version: '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:jar:3.2'
Click the following link to download the jar file.
activemq-3.2.jar