File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## RabbitMQ Java Client
2
+
3
+ This repository contains source code of the [ RabbitMQ Java client] ( http://www.rabbitmq.com/api-guide.html ) .
4
+ The client is maintained by the [ RabbitMQ team at Pivotal] ( http://github.com/rabbitmq/ ) .
5
+
6
+
7
+ ## Dependency (Maven Artefact)
8
+
9
+ Maven artefacts are [ released to Maven Central] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3Acom.rabbitmq%20a%3Aamqp-client ) .
10
+
11
+ ### Maven
12
+
13
+ ``` xml
14
+ <dependency >
15
+ <groupId >com.rabbitmq</groupId >
16
+ <artifactId >amqp-client</artifactId >
17
+ <version >3.4.4</version >
18
+ </dependency >
19
+ ```
20
+
21
+ ### Gradle
22
+
23
+ ``` groovy
24
+ compile 'com.rabbitmq:amqp-client:3.4.4'
25
+ ```
26
+
27
+
28
+ ## Contributing
29
+
30
+ See [ Contributing] ( ./CONTRIBUTING.md ) .
31
+
32
+
33
+ ## License
34
+
35
+ This package, the RabbitMQ Java client library, is triple-licensed under
36
+ the Mozilla Public License 1.1 ("MPL"), the GNU General Public License
37
+ version 2 ("GPL") and the Apache License version 2 ("ASL").
You can’t perform that action at this time.
0 commit comments