is not current version
Last Version 0.14.3

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

Ktor installments for RSocket client transport

Categories

Categories

Kotlin Languages CLI User Interface
GroupId

GroupId

io.rsocket.kotlin
ArtifactId

ArtifactId

rsocket-transport-ktor-client
Version

Version

0.13.0
Type

Type

pom

Download rsocket-transport-ktor-client 0.13.0


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