GroupId | GroupIdio.rsocket |
---|---|
ArtifactId | ArtifactIdrsocket-transport-local |
Version | Version0.11.15 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.rsocket/rsocket-transport-local/ -->
<dependency>
<groupId>io.rsocket</groupId>
<artifactId>rsocket-transport-local</artifactId>
<version>0.11.15</version>
</dependency>
// https://jarcasting.com/artifacts/io.rsocket/rsocket-transport-local/
implementation 'io.rsocket:rsocket-transport-local:0.11.15'
// https://jarcasting.com/artifacts/io.rsocket/rsocket-transport-local/
implementation ("io.rsocket:rsocket-transport-local:0.11.15")
'io.rsocket:rsocket-transport-local:jar:0.11.15'
<dependency org="io.rsocket" name="rsocket-transport-local" rev="0.11.15">
<artifact name="rsocket-transport-local" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rsocket', module='rsocket-transport-local', version='0.11.15')
)
libraryDependencies += "io.rsocket" % "rsocket-transport-local" % "0.11.15"
[io.rsocket/rsocket-transport-local "0.11.15"]