License |
License |
---|---|
Categories |
CategoriesJavaScript Languages Kotlin CLI User Interface |
GroupId | GroupIdio.rsocket.kotlin |
ArtifactId | ArtifactIdrsocket-ktor-client-js |
Last Version | Last Version0.15.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionrsocket-ktor-client
RSocket ktor client plugin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rsocket-ktor-client-js-0.15.4.pom | |
rsocket-ktor-client-js-0.15.4-sources.jar | 3 KB |
rsocket-ktor-client-js-0.15.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.rsocket.kotlin/rsocket-ktor-client-js/ -->
<dependency>
<groupId>io.rsocket.kotlin</groupId>
<artifactId>rsocket-ktor-client-js</artifactId>
<version>0.15.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.rsocket.kotlin/rsocket-ktor-client-js/
implementation 'io.rsocket.kotlin:rsocket-ktor-client-js:0.15.4'
// https://jarcasting.com/artifacts/io.rsocket.kotlin/rsocket-ktor-client-js/
implementation ("io.rsocket.kotlin:rsocket-ktor-client-js:0.15.4")
'io.rsocket.kotlin:rsocket-ktor-client-js:pom:0.15.4'
<dependency org="io.rsocket.kotlin" name="rsocket-ktor-client-js" rev="0.15.4">
<artifact name="rsocket-ktor-client-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.rsocket.kotlin', module='rsocket-ktor-client-js', version='0.15.4')
)
libraryDependencies += "io.rsocket.kotlin" % "rsocket-ktor-client-js" % "0.15.4"
[io.rsocket.kotlin/rsocket-ktor-client-js "0.15.4"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.6.20 |
io.rsocket.kotlin : rsocket-ktor-js | jar | 0.15.4 |
io.ktor : ktor-client-websockets-js | jar | 2.0.0 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.20 |