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