Jar examples for r:reactor-netty
Reactive Streams Netty driver
You can download jar file reactor-netty 0.7.2.RELEASE in this page.
The Apache Software License, Version 2.0
You can use the following script to add reactor-netty-0.7.2.RELEASE.jar to your project.
<dependency> <groupId>io.projectreactor.ipc</groupId> <artifactId>reactor-netty</artifactId> <version>0.7.2.RELEASE</version> </dependency>
compile group: 'io.projectreactor.ipc', name: 'reactor-netty', version: '0.7.2.RELEASE'
libraryDependencies += "io.projectreactor.ipc" % "reactor-netty" % "0.7.2.RELEASE"
<dependency org="io.projectreactor.ipc" name="reactor-netty" rev="0.7.2.RELEASE"/>
@Grapes(@Grab(group='io.projectreactor.ipc', module='reactor-netty', version='0.7.2.RELEASE'))
'io.projectreactor.ipc:reactor-netty:jar:0.7.2.RELEASE'
Click the following link to download the jar file.
reactor-netty-0.7.2.RELEASE-javadoc.jar