<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
<version>4.3.4.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-messaging', version='4.3.4.RELEASE')
)
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.8.4
|-- io.netty:netty-all:4.1.6.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.13.v20161014
|-- org.eclipse.jetty.websocket:websocket-server:9.3.13.v20161014
|-- org.springframework:spring-beans:4.3.4.RELEASE
|-- org.springframework:spring-context:4.3.4.RELEASE