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