<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-rsocket</artifactId>
<version>3.2.1</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-function-rsocket" % "3.2.1"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-function-rsocket', version='3.2.1')
)
<dependency org="org.springframework.cloud" name="spring-cloud-function-rsocket" rev="3.2.1" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-function-parent</artifactId> <version>3.2.1</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-rsocket
|-- io.rsocket:rsocket-transport-netty
|-- org.springframework.cloud:spring-cloud-function-context
|-- io.rsocket.broker:rsocket-broker-client-spring:0.3.0
|-- org.springframework.boot:spring-boot-configuration-processor
test
|-- org.springframework.boot:spring-boot-starter-test