Download qpid-client-6.0.5.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 6.0.5 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials