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