r

rsocket-transport-netty

Reactor Netty RSocket transport implementations (TCP, Websocket)
http://rsocket.io
The Apache Software License, Version 2.0
Robert Roeser Ryland Degnan Yuri Schimke
Files download
File Operation
rsocket-transport-netty-0.11.18.jar download
rsocket-transport-netty-0.11.18.pom download
rsocket-transport-netty-0.11.18-sources.jar download
Apache Maven
<dependency>
  <groupId>io.rsocket</groupId>
  <artifactId>rsocket-transport-netty</artifactId>
  <version>0.11.18</version>
</dependency>
Gradle Groovy
implementation 'io.rsocket:rsocket-transport-netty:0.11.18'
Gradle Kotlin
implementation("io.rsocket:rsocket-transport-netty:0.11.18")
Scala SBT
libraryDependencies += "io.rsocket" % "rsocket-transport-netty" % "0.11.18"
Groovy Grape
@Grapes(
  @Grab(group='io.rsocket', module='rsocket-transport-netty', version='0.11.18')
)
Apache Ivy
<dependency org="io.rsocket" name="rsocket-transport-netty" rev="0.11.18" />
Leiningen
[io.rsocket/rsocket-transport-netty "0.11.18"]
Apache Buildr
'io.rsocket:rsocket-transport-netty:jar:0.11.18'