is not current version
Last Version 5.15.0

com.rabbitmq:amqp-client 3.4.0

RabbitMQ AMQP Java Client

Categories

Categories

CLI User Interface
GroupId

GroupId

com.rabbitmq
ArtifactId

ArtifactId

amqp-client
Version

Version

3.4.0
Type

Type

jar

Download amqp-client 3.4.0


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