не последняя версия
Последняя версия 1.1.2

io.rsocket:rsocket-transport-netty 1.0.0-RC7

Reactor Netty RSocket transport implementations (TCP, Websocket)

Категории

Категории

Сеть Netty Networking
Группа

Группа

io.rsocket
Идентификатор

Идентификатор

rsocket-transport-netty
Версия

Версия

1.0.0-RC7
Тип

Тип

jar

Скачать rsocket-transport-netty 1.0.0-RC7


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