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