is not current version
Last Version 6.4.0

org.apache.qpid:qpid-client 0.14


Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.qpid
ArtifactId

ArtifactId

qpid-client
Version

Version

0.14
Type

Type

jar

Download qpid-client 0.14


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