<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>2.1.11.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.amqp', module='spring-rabbit', version='2.1.11.RELEASE')
)
compile
|-- ch.qos.logback:logback-classic:1.2.3
|-- com.rabbitmq:amqp-client:5.4.3
|-- com.rabbitmq:http-client:2.1.0.RELEASE
|-- io.projectreactor:reactor-core:3.2.11.RELEASE
|-- org.apache.logging.log4j:log4j-core:2.11.2
|-- org.springframework.amqp:spring-amqp:2.1.11.RELEASE
|-- org.springframework:spring-aop:5.1.10.RELEASE
|-- org.springframework:spring-context:5.1.10.RELEASE