<dependency>
<groupId>io.rsocket.kotlin</groupId>
<artifactId>rsocket-transport-ktor-watchosSimulatorArm64</artifactId>
<version>0.14.3</version>
<type>klib</type>
</dependency>
implementation 'io.rsocket.kotlin:rsocket-transport-ktor-watchosSimulatorArm64:0.14.3'
implementation("io.rsocket.kotlin:rsocket-transport-ktor-watchosSimulatorArm64:0.14.3")
libraryDependencies += "io.rsocket.kotlin" % "rsocket-transport-ktor-watchosSimulatorArm64" % "0.14.3"
@Grapes(
@Grab(group='io.rsocket.kotlin', module='rsocket-transport-ktor-watchosSimulatorArm64', version='0.14.3')
)
<dependency org="io.rsocket.kotlin" name="rsocket-transport-ktor-watchosSimulatorArm64" rev="0.14.3" />