| License | License | 
|---|---|
| GroupId | GroupIdorg.springframework.cloud | 
| ArtifactId | ArtifactIdspring-cloud-starter-function-webflux | 
| Last Version | Last Version3.2.6 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionspring-cloud-starter-function-webflux Spring Cloud Starter | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-function-webflux/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-function-webflux</artifactId>
    <version>3.2.6</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-function-webflux/
implementation 'org.springframework.cloud:spring-cloud-starter-function-webflux:3.2.6'// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-function-webflux/
implementation ("org.springframework.cloud:spring-cloud-starter-function-webflux:3.2.6")'org.springframework.cloud:spring-cloud-starter-function-webflux:jar:3.2.6'<dependency org="org.springframework.cloud" name="spring-cloud-starter-function-webflux" rev="3.2.6">
  <artifact name="spring-cloud-starter-function-webflux" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-function-webflux', version='3.2.6')
)libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-function-webflux" % "3.2.6"[org.springframework.cloud/spring-cloud-starter-function-webflux "3.2.6"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.cloud : spring-cloud-function-web | jar | |
| org.springframework.boot : spring-boot-starter-webflux | jar | |
| javax.annotation : javax.annotation-api | jar | 
