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