Jar examples for a:amqp-client
The RabbitMQ Java client library allows Java applications to interface with RabbitMQ.
You can download jar file amqp-client 2.5.1 in this page.
ASL 2.0
You can use the following script to add amqp-client-2.5.1.jar to your project.
<dependency> <groupId>com.rabbitmq</groupId> <artifactId>amqp-client</artifactId> <version>2.5.1</version> </dependency>
compile group: 'com.rabbitmq', name: 'amqp-client', version: '2.5.1'
libraryDependencies += "com.rabbitmq" % "amqp-client" % "2.5.1"
<dependency org="com.rabbitmq" name="amqp-client" rev="2.5.1"/>
@Grapes(@Grab(group='com.rabbitmq', module='amqp-client', version='2.5.1'))
'com.rabbitmq:amqp-client:jar:2.5.1'
Click the following link to download the jar file.
amqp-client-2.5.1-javadoc.jar