Download qpid-client-0.32.jar file - Jar q

Jar examples for q:qpid-client

Description

JMS client supporting AMQP 0-8, 0-9, 0-9-1 and 0-10.

You can download jar file qpid-client 0.32 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add qpid-client-0.32.jar to your project.

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

Download

Click the following link to download the jar file.

qpid-client-0.32-javadoc.jar
qpid-client-0.32-sources.jar
qpid-client-0.32.jar
qpid-client-0.32.pom



Related Tutorials