Skip to content

0.1.0

Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 23 Sep 08:09
· 425 commits to main since this release

This is the first release of the RabbitMQ AMQP 1.0 Java client.

Dependency

Maven

<dependency>
  <groupId>com.rabbitmq.client</groupId>
  <artifactId>amqp-client</artifactId>
  <version>0.1.0</version>
</dependency>

Gradle

compile "com.rabbitmq.client:amqp-client:0.1.0"