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