r

rsocket-transport-ktor-client-linuxX64

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-linuxX64-0.14.3.pom download
rsocket-transport-ktor-client-linuxX64-0.14.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.rsocket.kotlin</groupId>
  <artifactId>rsocket-transport-ktor-client-linuxX64</artifactId>
  <version>0.14.3</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.rsocket.kotlin:rsocket-transport-ktor-client-linuxX64:0.14.3'
Gradle Kotlin
implementation("io.rsocket.kotlin:rsocket-transport-ktor-client-linuxX64:0.14.3")
Scala SBT
libraryDependencies += "io.rsocket.kotlin" % "rsocket-transport-ktor-client-linuxX64" % "0.14.3"
Groovy Grape
@Grapes(
  @Grab(group='io.rsocket.kotlin', module='rsocket-transport-ktor-client-linuxX64', version='0.14.3')
)
Apache Ivy
<dependency org="io.rsocket.kotlin" name="rsocket-transport-ktor-client-linuxX64" rev="0.14.3" />
Leiningen
[io.rsocket.kotlin/rsocket-transport-ktor-client-linuxX64 "0.14.3"]
Apache Buildr
'io.rsocket.kotlin:rsocket-transport-ktor-client-linuxX64:jar:0.14.3'