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