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