We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb28bb3 commit 7233339Copy full SHA for 7233339
README.md
@@ -36,8 +36,9 @@ The following ports are available:
36
* [Haskell](./haskell)
37
* [JavaScript (with Node and amqp-node)](./javascript-nodejs) (using callbacks)
38
* [JavaScript (with Node and amqp-node)](https://github.com/squaremo/amqp.node/tree/master/examples) (using promises/futures)
39
- * [Java](./java)
+ * [Java with Maven](./java-mvn)
40
* [Java (with IntelliJ IDEA)](./java-idea)
41
+ * [Java](./java) (with manual dependency management)
42
* [Kotlin](./kotlin)
43
* [PHP (with php-amqplib)](./php)
44
* [PHP (with php-amqp)](./php-amqp)
0 commit comments