<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>2.1.3.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.amqp', module='spring-rabbit', version='2.1.3.RELEASE')
)
compile
|-- org.springframework.amqp:spring-amqp:2.1.3.RELEASE
|-- com.rabbitmq:amqp-client:5.4.3
|-- com.rabbitmq:http-client:2.1.0.RELEASE
|-- org.springframework:spring-aop:5.1.4.RELEASE
|-- org.springframework:spring-context:5.1.4.RELEASE
|-- org.springframework:spring-messaging:5.1.4.RELEASE
|-- org.springframework:spring-tx:5.1.4.RELEASE
|-- io.projectreactor:reactor-core:3.2.3.RELEASE