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