Download amqp-client-3.5.3.jar file - Jar a

Jar examples for a:amqp-client

Description

The RabbitMQ Java client library allows Java applications to interface with RabbitMQ.

You can download jar file amqp-client 3.5.3 in this page.

License

ASL 2.0

Build File

You can use the following script to add amqp-client-3.5.3.jar to your project.

<dependency>
   <groupId>com.rabbitmq</groupId>
   <artifactId>amqp-client</artifactId>
   <version>3.5.3</version>
</dependency>
compile group: 'com.rabbitmq', name: 'amqp-client', version: '3.5.3'
libraryDependencies += "com.rabbitmq" % "amqp-client" % "3.5.3"
<dependency org="com.rabbitmq" name="amqp-client" rev="3.5.3"/>
@Grapes(@Grab(group='com.rabbitmq', module='amqp-client', version='3.5.3'))
'com.rabbitmq:amqp-client:jar:3.5.3'

Download

Click the following link to download the jar file.

amqp-client-3.5.3-javadoc.jar
amqp-client-3.5.3-sources.jar
amqp-client-3.5.3.jar
amqp-client-3.5.3.pom



Related Tutorials