<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-function-web</artifactId>
<version>3.0.9.RELEASE</version>
</dependency>
implementation 'org.springframework.cloud:spring-cloud-starter-function-web:3.0.9.RELEASE'
implementation("org.springframework.cloud:spring-cloud-starter-function-web:3.0.9.RELEASE")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-function-web" % "3.0.9.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-function-web', version='3.0.9.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-starter-function-web" rev="3.0.9.RELEASE" />