is not current version
Last Version 1.0.20

io.projectreactor.netty:reactor-netty 0.9.23.RELEASE

Reactive Streams Netty driver

Categories

Categories

Net React User Interface Web Frameworks Netty Networking Reactor Container Microservices Reactive libraries
GroupId

GroupId

io.projectreactor.netty
ArtifactId

ArtifactId

reactor-netty
Version

Version

0.9.23.RELEASE
Type

Type

jar

Download reactor-netty 0.9.23.RELEASE


<!-- https://jarcasting.com/artifacts/io.projectreactor.netty/reactor-netty/ -->
<dependency>
    <groupId>io.projectreactor.netty</groupId>
    <artifactId>reactor-netty</artifactId>
    <version>0.9.23.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.projectreactor.netty/reactor-netty/
implementation 'io.projectreactor.netty:reactor-netty:0.9.23.RELEASE'
// https://jarcasting.com/artifacts/io.projectreactor.netty/reactor-netty/
implementation ("io.projectreactor.netty:reactor-netty:0.9.23.RELEASE")
'io.projectreactor.netty:reactor-netty:jar:0.9.23.RELEASE'
<dependency org="io.projectreactor.netty" name="reactor-netty" rev="0.9.23.RELEASE">
  <artifact name="reactor-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.projectreactor.netty', module='reactor-netty', version='0.9.23.RELEASE')
)
libraryDependencies += "io.projectreactor.netty" % "reactor-netty" % "0.9.23.RELEASE"
[io.projectreactor.netty/reactor-netty "0.9.23.RELEASE"]