is not current version
Last Version 6.4.0

org.apache.qpid:qpid-client 0.20


Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.qpid
ArtifactId

ArtifactId

qpid-client
Version

Version

0.20
Type

Type

jar

Download qpid-client 0.20


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