<dependency>
<groupId>io.rsocket.kotlin</groupId>
<artifactId>rsocket-transport-ktor-websocket-server-watchosarm32</artifactId>
<version>0.16.0</version>
<type>klib</type>
</dependency>
implementation 'io.rsocket.kotlin:rsocket-transport-ktor-websocket-server-watchosarm32:0.16.0'
implementation("io.rsocket.kotlin:rsocket-transport-ktor-websocket-server-watchosarm32:0.16.0")
libraryDependencies += "io.rsocket.kotlin" % "rsocket-transport-ktor-websocket-server-watchosarm32" % "0.16.0"
@Grapes(
@Grab(group='io.rsocket.kotlin', module='rsocket-transport-ktor-websocket-server-watchosarm32', version='0.16.0')
)
<dependency org="io.rsocket.kotlin" name="rsocket-transport-ktor-websocket-server-watchosarm32" rev="0.16.0" />
compile
|-- io.rsocket.kotlin:rsocket-core-watchosarm32:0.16.0
|-- io.ktor:ktor-server-host-common-watchosarm32:2.3.11
|-- io.ktor:ktor-server-websockets-watchosarm32:2.3.11
|-- org.jetbrains.kotlin:kotlin-stdlib:2.0.0
|-- io.rsocket.kotlin:rsocket-transport-ktor-websocket-internal-watchosarm32:0.16.0