<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-web</artifactId>
<version>3.0.13.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-function-web" % "3.0.13.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-function-web', version='3.0.13.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-function-web" rev="3.0.13.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-function-parent</artifactId> <version>3.0.13.RELEASE</version> </parent>
compile
|-- org.springframework:spring-webmvc:5.2.12.RELEASE
|-- org.springframework:spring-webflux:5.2.12.RELEASE
|-- io.projectreactor.netty:reactor-netty:0.9.16.RELEASE
|-- org.springframework.cloud:spring-cloud-function-context:3.0.13.RELEASE
|-- org.springframework.boot:spring-boot-configuration-processor:2.3.8.RELEASE
provided