License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdio.rsocket |
ArtifactId | ArtifactIdrsocket-transport-netty |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrsocket-transport-netty
Reactor Netty RSocket transport implementations (TCP, Websocket)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.rsocket/rsocket-transport-netty/ -->
<dependency>
<groupId>io.rsocket</groupId>
<artifactId>rsocket-transport-netty</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.rsocket/rsocket-transport-netty/
implementation 'io.rsocket:rsocket-transport-netty:1.1.2'
// https://jarcasting.com/artifacts/io.rsocket/rsocket-transport-netty/
implementation ("io.rsocket:rsocket-transport-netty:1.1.2")
'io.rsocket:rsocket-transport-netty:jar:1.1.2'
<dependency org="io.rsocket" name="rsocket-transport-netty" rev="1.1.2">
<artifact name="rsocket-transport-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rsocket', module='rsocket-transport-netty', version='1.1.2')
)
libraryDependencies += "io.rsocket" % "rsocket-transport-netty" % "1.1.2"
[io.rsocket/rsocket-transport-netty "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
io.rsocket : rsocket-core | jar | 1.1.2 |
io.projectreactor.netty : reactor-netty-core | jar | 1.0.17 |
io.projectreactor.netty : reactor-netty-http | jar | 1.0.17 |
org.slf4j : slf4j-api | jar | 1.7.36 |