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