<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>2.2.16.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.amqp', module='spring-rabbit', version='2.2.16.RELEASE')
)
compile
|-- ch.qos.logback:logback-classic:1.2.3
|-- com.rabbitmq:amqp-client:5.7.3
|-- com.rabbitmq:http-client:3.2.0.RELEASE
|-- io.micrometer:micrometer-core:1.3.18
|-- io.projectreactor:reactor-core:3.3.15.RELEASE
|-- org.apache.logging.log4j:log4j-core:2.13.2
|-- org.springframework.amqp:spring-amqp:2.2.16.RELEASE
|-- org.springframework:spring-aop:5.2.13.RELEASE
|-- org.springframework:spring-context:5.2.13.RELEASE