<dependency>
<groupId>io.rsocket.kotlin</groupId>
<artifactId>rsocket-transport-local</artifactId>
<version>0.16.0</version>
</dependency>
@Grapes(
@Grab(group='io.rsocket.kotlin', module='rsocket-transport-local', version='0.16.0')
)