Download rabbitmq-0.7.0.jar file - Jar r

Jar examples for r:rabbitmq

Description

RabbitMQ Connection Library

You can download jar file rabbitmq 0.7.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add rabbitmq-0.7.0.jar to your project.

<dependency>
   <groupId>io.corbel.lib</groupId>
   <artifactId>rabbitmq</artifactId>
   <version>0.7.0</version>
</dependency>
compile group: 'io.corbel.lib', name: 'rabbitmq', version: '0.7.0'
libraryDependencies += "io.corbel.lib" % "rabbitmq" % "0.7.0"
<dependency org="io.corbel.lib" name="rabbitmq" rev="0.7.0"/>
@Grapes(@Grab(group='io.corbel.lib', module='rabbitmq', version='0.7.0'))
'io.corbel.lib:rabbitmq:jar:0.7.0'

Download

Click the following link to download the jar file.

rabbitmq-0.7.0-javadoc.jar
rabbitmq-0.7.0-sources.jar
rabbitmq-0.7.0.jar
rabbitmq-0.7.0.pom



Related Tutorials