EVOLUTION-MANAGER
Edit File: README.md
## RabbitMQ Java Client This repository contains source code of the [RabbitMQ Java client](http://www.rabbitmq.com/api-guide.html). The client is maintained by the [RabbitMQ team at Pivotal](http://github.com/rabbitmq/). ## Dependency (Maven Artifact) Maven artifacts are [released to Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3Acom.rabbitmq%20a%3Aamqp-client). ### Maven ``` xml <dependency> <groupId>com.rabbitmq</groupId> <artifactId>amqp-client</artifactId> <version>3.5.5</version> </dependency> ``` ### Gradle ``` groovy compile 'com.rabbitmq:amqp-client:3.5.5' ``` ## Contributing See [Contributing](./CONTRIBUTING.md) and [How to Run Tests](./RUNNING_TESTS.md). ## License This package, the RabbitMQ Java client library, is triple-licensed under the Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2 ("GPL") and the Apache License version 2 ("ASL").