Download activemq-core-3.2-M1.jar file - Jar a

Jar examples for a:activemq-core

Description

ActiveMQ is an open source message broker and JMS 1.1 provider

You can download jar file activemq-core 3.2-M1 in this page.

License

Apache License

Build File

You can use the following script to add activemq-core-3.2-M1.jar to your project.

<dependency>
   <groupId>activemq-core</groupId>
   <artifactId>activemq-core</artifactId>
   <version>3.2-M1</version>
</dependency>
compile group: 'activemq-core', name: 'activemq-core', version: '3.2-M1'
libraryDependencies += "activemq-core" % "activemq-core" % "3.2-M1"
<dependency org="activemq-core" name="activemq-core" rev="3.2-M1"/>
@Grapes(@Grab(group='activemq-core', module='activemq-core', version='3.2-M1'))
'activemq-core:activemq-core:jar:3.2-M1'

Download

Click the following link to download the jar file.

activemq-core-3.2-M1.jar
activemq-core-3.2-M1.pom



Related Tutorials