is not current version
Last Version 5.15.0

com.rabbitmq:amqp-client 2.2.0

RabbitMQ AMQP Java Client

Categories

Categories

CLI User Interface
GroupId

GroupId

com.rabbitmq
ArtifactId

ArtifactId

amqp-client
Version

Version

2.2.0
Type

Type

jar

Download amqp-client 2.2.0


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