License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.qpid |
ArtifactId | ArtifactIdqpid-client |
Last Version | Last Version6.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Qpid JMS AMQP 0-x
JMS client supporting AMQP 0-8, 0-9, 0-9-1 and 0-10.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
qpid-client-6.4.0.pom | |
qpid-client-6.4.0.jar | 529 KB |
qpid-client-6.4.0-sources.jar | 404 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.qpid/qpid-client/ -->
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-client</artifactId>
<version>6.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-client/
implementation 'org.apache.qpid:qpid-client:6.4.0'
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-client/
implementation ("org.apache.qpid:qpid-client:6.4.0")
'org.apache.qpid:qpid-client:jar:6.4.0'
<dependency org="org.apache.qpid" name="qpid-client" rev="6.4.0">
<artifact name="qpid-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.qpid', module='qpid-client', version='6.4.0')
)
libraryDependencies += "org.apache.qpid" % "qpid-client" % "6.4.0"
[org.apache.qpid/qpid-client "6.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.geronimo.specs : geronimo-jms_1.1_spec | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 27.0-jre |
ch.qos.logback : logback-classic | jar | 1.2.3 |
junit : junit | jar | 4.13 |
org.mockito : mockito-core | jar | 3.2.4 |