is not current version
Last Version 5.15.0

com.rabbitmq:amqp-client 2.4.1

RabbitMQ AMQP Java Client

Categories

Categories

CLI User Interface
GroupId

GroupId

com.rabbitmq
ArtifactId

ArtifactId

amqp-client
Version

Version

2.4.1
Type

Type

jar

Download amqp-client 2.4.1


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