is not current version
Last Version 6.4.0

org.apache.qpid:qpid-client 0.12


Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.qpid
ArtifactId

ArtifactId

qpid-client
Version

Version

0.12
Type

Type

jar

Download qpid-client 0.12


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