Created
November 13, 2019 17:25
-
-
Save stefanotroia/bdbdd95dc95cb895fd2e7bd058d0cc12 to your computer and use it in GitHub Desktop.
Reactor dependecies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dependency> | |
<groupId>io.projectreactor</groupId> | |
<artifactId>reactor-core</artifactId> | |
</dependency> | |
<dependency> | |
<groupId>io.projectreactor.rabbitmq</groupId> | |
<artifactId>reactor-rabbitmq</artifactId> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment