is not current version
Last Version 1.3.0

com.rabbitmq:rabbitmq-client 1.2.0

RabbitMQ is a complete and highly reliable Enterprise Messaging system. The RabbitMQ client libraries and broker daemon can be used together to create an AMQP network, or used individually to bring the benefits of RabbitMQ to established networks.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.rabbitmq
ArtifactId

ArtifactId

rabbitmq-client
Version

Version

1.2.0
Type

Type

jar

Download rabbitmq-client 1.2.0


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