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