<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
<version>4.3.6.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-messaging', version='4.3.6.RELEASE')
)
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.8.6
|-- io.netty:netty-all:4.1.7.Final
|-- io.projectreactor:reactor-core:2.0.8.RELEASE
|-- io.projectreactor:reactor-net:2.0.8.RELEASE
|-- org.eclipse.jetty.websocket:websocket-client:9.3.14.v20161028
|-- org.eclipse.jetty.websocket:websocket-server:9.3.14.v20161028
|-- org.springframework:spring-beans:4.3.6.RELEASE
|-- org.springframework:spring-context:4.3.6.RELEASE