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