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