r

rsocket-transport-ktor-linuxX64

Ktor RSocket transport implementations (TCP, Websocket)
http://rsocket.io
The Apache Software License, Version 2.0
Oleg Yukhnevich Oleh Dokuka
文件下载
文件名 操作
rsocket-transport-ktor-linuxX64-0.14.3.pom 下载
rsocket-transport-ktor-linuxX64-0.14.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.rsocket.kotlin</groupId>
  <artifactId>rsocket-transport-ktor-linuxX64</artifactId>
  <version>0.14.3</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.rsocket.kotlin:rsocket-transport-ktor-linuxX64:0.14.3'
Gradle Kotlin
implementation("io.rsocket.kotlin:rsocket-transport-ktor-linuxX64:0.14.3")
Scala SBT
libraryDependencies += "io.rsocket.kotlin" % "rsocket-transport-ktor-linuxX64" % "0.14.3"
Groovy Grape
@Grapes(
  @Grab(group='io.rsocket.kotlin', module='rsocket-transport-ktor-linuxX64', version='0.14.3')
)
Apache Ivy
<dependency org="io.rsocket.kotlin" name="rsocket-transport-ktor-linuxX64" rev="0.14.3" />
Leiningen
[io.rsocket.kotlin/rsocket-transport-ktor-linuxX64 "0.14.3"]
Apache Buildr
'io.rsocket.kotlin:rsocket-transport-ktor-linuxX64:jar:0.14.3'