| Categories | CategoriesNet React User Interface Web Frameworks Netty Networking Reactor Container Microservices Reactive libraries | 
|---|---|
| GroupId | GroupIdio.projectreactor.netty | 
| ArtifactId | ArtifactIdreactor-netty | 
| Version | Version0.9.8.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| reactor-netty-0.9.8.RELEASE.pom | |
| reactor-netty-0.9.8.RELEASE.jar | 540 KB | 
| reactor-netty-0.9.8.RELEASE-sources.jar | 300 KB | 
| reactor-netty-0.9.8.RELEASE-original.jar | 495 KB | 
| reactor-netty-0.9.8.RELEASE-javadoc.jar | 486 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.projectreactor.netty/reactor-netty/ -->
<dependency>
    <groupId>io.projectreactor.netty</groupId>
    <artifactId>reactor-netty</artifactId>
    <version>0.9.8.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/io.projectreactor.netty/reactor-netty/
implementation 'io.projectreactor.netty:reactor-netty:0.9.8.RELEASE'// https://jarcasting.com/artifacts/io.projectreactor.netty/reactor-netty/
implementation ("io.projectreactor.netty:reactor-netty:0.9.8.RELEASE")'io.projectreactor.netty:reactor-netty:jar:0.9.8.RELEASE'<dependency org="io.projectreactor.netty" name="reactor-netty" rev="0.9.8.RELEASE">
  <artifact name="reactor-netty" type="jar" />
</dependency>@Grapes(
@Grab(group='io.projectreactor.netty', module='reactor-netty', version='0.9.8.RELEASE')
)libraryDependencies += "io.projectreactor.netty" % "reactor-netty" % "0.9.8.RELEASE"[io.projectreactor.netty/reactor-netty "0.9.8.RELEASE"]