<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-rsocket</artifactId>
<version>3.0.12</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-rsocket" % "3.0.12"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-rsocket', version='3.0.12')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-rsocket" rev="3.0.12" />
compile
|-- org.springframework.boot:spring-boot-starter:3.0.12
|-- org.springframework.boot:spring-boot-starter-json:3.0.12
|-- org.springframework.boot:spring-boot-starter-reactor-netty:3.0.12
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.14.3
|-- io.rsocket:rsocket-core:1.1.3