<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
<version>4.3.1.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-messaging', version='4.3.1.RELEASE')
)
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.8.0.rc2
|-- io.netty:netty-all:4.1.1.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.10.v20160621
|-- org.eclipse.jetty.websocket:websocket-server:9.3.10.v20160621
|-- org.springframework:spring-beans:4.3.1.RELEASE
|-- org.springframework:spring-context:4.3.1.RELEASE