| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.rabbitmq |
| ArtifactId | ArtifactIdamqp-client |
| Last Version | Last Version5.15.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRabbitMQ Java Client
The RabbitMQ Java client library allows Java applications to interface with RabbitMQ.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| amqp-client-5.15.0.pom | |
| amqp-client-5.15.0.jar | 339 KB |
| amqp-client-5.15.0-sources.jar | 165 KB |
| amqp-client-5.15.0-javadoc.jar | 933 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.rabbitmq/amqp-client/ -->
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>5.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rabbitmq/amqp-client/
implementation 'com.rabbitmq:amqp-client:5.15.0'
// https://jarcasting.com/artifacts/com.rabbitmq/amqp-client/
implementation ("com.rabbitmq:amqp-client:5.15.0")
'com.rabbitmq:amqp-client:jar:5.15.0'
<dependency org="com.rabbitmq" name="amqp-client" rev="5.15.0">
<artifact name="amqp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rabbitmq', module='amqp-client', version='5.15.0')
)
libraryDependencies += "com.rabbitmq" % "amqp-client" % "5.15.0"
[com.rabbitmq/amqp-client "5.15.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.36 |
| io.dropwizard.metrics : metrics-core Optional | jar | 4.2.9 |
| io.micrometer : micrometer-core Optional | jar | 1.9.0 |
| com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.13.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| ch.qos.logback : logback-classic | jar | 1.2.11 |
| org.mockito : mockito-core | jar | 4.6.1 |
| org.assertj : assertj-core | jar | 3.23.1 |
| org.eclipse.jetty : jetty-servlet | jar | 9.4.46.v20220331 |
| org.bouncycastle : bcpkix-jdk15on | jar | 1.70 |
| com.github.netcrusherorg : netcrusher-core | jar | 0.10 |