is not current version
Last Version 5.15.0

com.rabbitmq:amqp-client 3.6.3

RabbitMQ Java client

Categories

Categories

CLI User Interface
GroupId

GroupId

com.rabbitmq
ArtifactId

ArtifactId

amqp-client
Version

Version

3.6.3
Type

Type

jar

Download amqp-client 3.6.3


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