is not current version
Last Version 5.15.0

com.rabbitmq:amqp-client 5.8.0

The RabbitMQ Java client library allows Java applications to interface with RabbitMQ.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.rabbitmq
ArtifactId

ArtifactId

amqp-client
Version

Version

5.8.0
Type

Type

jar

Download amqp-client 5.8.0


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