is not current version
Last Version 3.2.6

org.springframework.cloud:spring-cloud-starter-function-web 3.0.13.RELEASE

Spring Cloud Starter

GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-starter-function-web
Version

Version

3.0.13.RELEASE
Type

Type

jar

Download spring-cloud-starter-function-web 3.0.13.RELEASE


<!-- 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.0.13.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-function-web/
implementation 'org.springframework.cloud:spring-cloud-starter-function-web:3.0.13.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-function-web/
implementation ("org.springframework.cloud:spring-cloud-starter-function-web:3.0.13.RELEASE")
'org.springframework.cloud:spring-cloud-starter-function-web:jar:3.0.13.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-function-web" rev="3.0.13.RELEASE">
  <artifact name="spring-cloud-starter-function-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-function-web', version='3.0.13.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-function-web" % "3.0.13.RELEASE"
[org.springframework.cloud/spring-cloud-starter-function-web "3.0.13.RELEASE"]