Categories |
CategoriesKotlin Languages CLI User Interface |
---|---|
GroupId | GroupIdio.rsocket.kotlin |
ArtifactId | ArtifactIdrsocket-transport-ktor-client |
Version | Version0.13.0 |
Type | Typepom |
<!-- 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"]