is not current version
Last Version 1.0.20

io.projectreactor.netty:reactor-netty 1.0.2

Reactor Netty with all modules

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

1.0.2
Type

Type

jar

Download reactor-netty 1.0.2


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