8000 Add minimalistic README for GitHub · my-java/rabbitmq-java-client@b04d8ff · GitHub
[go: up one dir, main page]

Skip to content

Commit b04d8ff

Browse files
Add minimalistic README for GitHub
1 parent cdfb03f commit b04d8ff

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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").

0 commit comments

Comments
 (0)
0