is not current version
Last Version 1.1.2

io.rsocket:rsocket-transport-netty 1.0.4

Reactor Netty RSocket transport implementations (TCP, Websocket)

Categories

Categories

Net Netty Networking
GroupId

GroupId

io.rsocket
ArtifactId

ArtifactId

rsocket-transport-netty
Version

Version

1.0.4
Type

Type

jar

Download rsocket-transport-netty 1.0.4


<!-- https://jarcasting.com/artifacts/io.rsocket/rsocket-transport-netty/ -->
<dependency>
    <groupId>io.rsocket</groupId>
    <artifactId>rsocket-transport-netty</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.rsocket/rsocket-transport-netty/
implementation 'io.rsocket:rsocket-transport-netty:1.0.4'
// https://jarcasting.com/artifacts/io.rsocket/rsocket-transport-netty/
implementation ("io.rsocket:rsocket-transport-netty:1.0.4")
'io.rsocket:rsocket-transport-netty:jar:1.0.4'
<dependency org="io.rsocket" name="rsocket-transport-netty" rev="1.0.4">
  <artifact name="rsocket-transport-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rsocket', module='rsocket-transport-netty', version='1.0.4')
)
libraryDependencies += "io.rsocket" % "rsocket-transport-netty" % "1.0.4"
[io.rsocket/rsocket-transport-netty "1.0.4"]