is not current version
Last Version 6.4.0

org.apache.qpid:qpid-client 6.3.4

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.3.4
Type

Type

jar

Download qpid-client 6.3.4


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