<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
<version>0.8.1.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='io.projectreactor.netty', module='reactor-netty', version='0.8.1.RELEASE')
)
compile
|-- io.netty:netty-codec-http:4.1.29.Final
|-- io.netty:netty-codec-http2:4.1.29.Final
|-- io.netty:netty-handler:4.1.29.Final
|-- io.netty:netty-handler-proxy:4.1.29.Final
|-- io.netty:netty-transport-native-epoll:4.1.29.Final
|-- io.netty:netty-transport-native-kqueue:4.1.29.Final