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.13.jar download
rsocket-transport-netty-0.11.13.pom download
rsocket-transport-netty-0.11.13-sources.jar download
Apache Maven
<dependency>
  <groupId>io.rsocket</groupId>
  <artifactId>rsocket-transport-netty</artifactId>
  <version>0.11.13</version>
</dependency>
Gradle Groovy
implementation 'io.rsocket:rsocket-transport-netty:0.11.13'
Gradle Kotlin
implementation("io.rsocket:rsocket-transport-netty:0.11.13")
Scala SBT
libraryDependencies += "io.rsocket" % "rsocket-transport-netty" % "0.11.13"
Groovy Grape
@Grapes(
  @Grab(group='io.rsocket', module='rsocket-transport-netty', version='0.11.13')
)
Apache Ivy
<dependency org="io.rsocket" name="rsocket-transport-netty" rev="0.11.13" />
Leiningen
[io.rsocket/rsocket-transport-netty "0.11.13"]
Apache Buildr
'io.rsocket:rsocket-transport-netty:jar:0.11.13'