| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.apache.qpid |
| ArtifactId | ArtifactIdqpid-amqp-1-0-client |
| Last Version | Last Version0.32 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionQpid AMQP 1.0 Client
AMQP 1.0 compliant client module
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| qpid-amqp-1-0-client-0.32.pom | |
| qpid-amqp-1-0-client-0.32.jar | 37 KB |
| qpid-amqp-1-0-client-0.32-sources.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.qpid/qpid-amqp-1-0-client/ -->
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-amqp-1-0-client</artifactId>
<version>0.32</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-amqp-1-0-client/
implementation 'org.apache.qpid:qpid-amqp-1-0-client:0.32'
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-amqp-1-0-client/
implementation ("org.apache.qpid:qpid-amqp-1-0-client:0.32")
'org.apache.qpid:qpid-amqp-1-0-client:jar:0.32'
<dependency org="org.apache.qpid" name="qpid-amqp-1-0-client" rev="0.32">
<artifact name="qpid-amqp-1-0-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.qpid', module='qpid-amqp-1-0-client', version='0.32')
)
libraryDependencies += "org.apache.qpid" % "qpid-amqp-1-0-client" % "0.32"
[org.apache.qpid/qpid-amqp-1-0-client "0.32"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.qpid : qpid-amqp-1-0-common | jar | 0.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.9.5 |