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