<dependency> <groupId>io.rsocket.kotlin</groupId> <artifactId>rsocket-core</artifactId> <version>0.15.4</version> </dependency>
implementation 'io.rsocket.kotlin:rsocket-core:0.15.4'
implementation("io.rsocket.kotlin:rsocket-core:0.15.4")
libraryDependencies += "io.rsocket.kotlin" % "rsocket-core" % "0.15.4"
@Grapes( @Grab(group='io.rsocket.kotlin', module='rsocket-core', version='0.15.4') )
<dependency org="io.rsocket.kotlin" name="rsocket-core" rev="0.15.4" />
[io.rsocket.kotlin/rsocket-core "0.15.4"]
'io.rsocket.kotlin:rsocket-core:jar:0.15.4'
runtime
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1
|-- io.ktor:ktor-io:2.0.0
|-- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.20
|-- org.jetbrains.kotlinx:atomicfu:0.17.1