is not current version
Last Version 1.1.2

io.rsocket:rsocket-transport-local 0.11.1

Local RSocket transport implementation

GroupId

GroupId

io.rsocket
ArtifactId

ArtifactId

rsocket-transport-local
Version

Version

0.11.1
Type

Type

jar

Download rsocket-transport-local 0.11.1


<!-- https://jarcasting.com/artifacts/io.rsocket/rsocket-transport-local/ -->
<dependency>
    <groupId>io.rsocket</groupId>
    <artifactId>rsocket-transport-local</artifactId>
    <version>0.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.rsocket/rsocket-transport-local/
implementation 'io.rsocket:rsocket-transport-local:0.11.1'
// https://jarcasting.com/artifacts/io.rsocket/rsocket-transport-local/
implementation ("io.rsocket:rsocket-transport-local:0.11.1")
'io.rsocket:rsocket-transport-local:jar:0.11.1'
<dependency org="io.rsocket" name="rsocket-transport-local" rev="0.11.1">
  <artifact name="rsocket-transport-local" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rsocket', module='rsocket-transport-local', version='0.11.1')
)
libraryDependencies += "io.rsocket" % "rsocket-transport-local" % "0.11.1"
[io.rsocket/rsocket-transport-local "0.11.1"]