<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.amqp', module='spring-amqp', version='2.0.0.RELEASE')
)