<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
<version>5.0.15.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-messaging', version='5.0.15.RELEASE')
)
compile
|-- org.springframework:spring-beans:5.0.15.RELEASE
|-- org.springframework:spring-core:5.0.15.RELEASE
|-- com.fasterxml.jackson.core:jackson-databind:2.9.9
|-- io.projectreactor.ipc:reactor-netty:0.7.15.RELEASE
|-- javax.xml.bind:jaxb-api:2.3.0
|-- org.eclipse.jetty.websocket:websocket-client:9.4.19.v20190610
|-- org.eclipse.jetty.websocket:websocket-server:9.4.19.v20190610