is not current version
Last Version 6.4.0

org.apache.qpid:qpid-client 6.1.1

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

Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.qpid
ArtifactId

ArtifactId

qpid-client
Version

Version

6.1.1
Type

Type

jar

Download qpid-client 6.1.1


<!-- https://jarcasting.com/artifacts/org.apache.qpid/qpid-client/ -->
<dependency>
    <groupId>org.apache.qpid</groupId>
    <artifactId>qpid-client</artifactId>
    <version>6.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-client/
implementation 'org.apache.qpid:qpid-client:6.1.1'
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-client/
implementation ("org.apache.qpid:qpid-client:6.1.1")
'org.apache.qpid:qpid-client:jar:6.1.1'
<dependency org="org.apache.qpid" name="qpid-client" rev="6.1.1">
  <artifact name="qpid-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.qpid', module='qpid-client', version='6.1.1')
)
libraryDependencies += "org.apache.qpid" % "qpid-client" % "6.1.1"
[org.apache.qpid/qpid-client "6.1.1"]