is not current version
Last Version 0.15.4

io.rsocket.kotlin:rsocket-transport-ktor 0.13.0

Ktor RSocket transport implementations (TCP, Websocket)

Categories

Categories

Kotlin Languages
GroupId

GroupId

io.rsocket.kotlin
ArtifactId

ArtifactId

rsocket-transport-ktor
Version

Version

0.13.0
Type

Type

pom

Download rsocket-transport-ktor 0.13.0


<!-- https://jarcasting.com/artifacts/io.rsocket.kotlin/rsocket-transport-ktor/ -->
<dependency>
    <groupId>io.rsocket.kotlin</groupId>
    <artifactId>rsocket-transport-ktor</artifactId>
    <version>0.13.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.rsocket.kotlin/rsocket-transport-ktor/
implementation 'io.rsocket.kotlin:rsocket-transport-ktor:0.13.0'
// https://jarcasting.com/artifacts/io.rsocket.kotlin/rsocket-transport-ktor/
implementation ("io.rsocket.kotlin:rsocket-transport-ktor:0.13.0")
'io.rsocket.kotlin:rsocket-transport-ktor:pom:0.13.0'
<dependency org="io.rsocket.kotlin" name="rsocket-transport-ktor" rev="0.13.0">
  <artifact name="rsocket-transport-ktor" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.rsocket.kotlin', module='rsocket-transport-ktor', version='0.13.0')
)
libraryDependencies += "io.rsocket.kotlin" % "rsocket-transport-ktor" % "0.13.0"
[io.rsocket.kotlin/rsocket-transport-ktor "0.13.0"]