r

rsocket-transport-ktor-client-jvm

Ktor installments for RSocket client transport
http://rsocket.io
The Apache Software License, Version 2.0
Oleg Yukhnevich Oleh Dokuka
Files download
File Operation
rsocket-transport-ktor-client-jvm-0.14.3.jar download
rsocket-transport-ktor-client-jvm-0.14.3.pom download
rsocket-transport-ktor-client-jvm-0.14.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.rsocket.kotlin</groupId>
  <artifactId>rsocket-transport-ktor-client-jvm</artifactId>
  <version>0.14.3</version>
</dependency>
Gradle Groovy
implementation 'io.rsocket.kotlin:rsocket-transport-ktor-client-jvm:0.14.3'
Gradle Kotlin
implementation("io.rsocket.kotlin:rsocket-transport-ktor-client-jvm:0.14.3")
Scala SBT
libraryDependencies += "io.rsocket.kotlin" % "rsocket-transport-ktor-client-jvm" % "0.14.3"
Groovy Grape
@Grapes(
  @Grab(group='io.rsocket.kotlin', module='rsocket-transport-ktor-client-jvm', version='0.14.3')
)
Apache Ivy
<dependency org="io.rsocket.kotlin" name="rsocket-transport-ktor-client-jvm" rev="0.14.3" />
Leiningen
[io.rsocket.kotlin/rsocket-transport-ktor-client-jvm "0.14.3"]
Apache Buildr
'io.rsocket.kotlin:rsocket-transport-ktor-client-jvm:jar:0.14.3'