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