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