is not current version
Last Version 3.2.6

org.springframework.cloud:spring-cloud-starter-function-web 3.1.6

Spring Cloud Starter

GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-starter-function-web
Version

Version

3.1.6
Type

Type

jar

Download spring-cloud-starter-function-web 3.1.6


<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-function-web/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-function-web</artifactId>
    <version>3.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-function-web/
implementation 'org.springframework.cloud:spring-cloud-starter-function-web:3.1.6'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-function-web/
implementation ("org.springframework.cloud:spring-cloud-starter-function-web:3.1.6")
'org.springframework.cloud:spring-cloud-starter-function-web:jar:3.1.6'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-function-web" rev="3.1.6">
  <artifact name="spring-cloud-starter-function-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-function-web', version='3.1.6')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-function-web" % "3.1.6"
[org.springframework.cloud/spring-cloud-starter-function-web "3.1.6"]