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