is not current version
Last Version 3.2.6

org.springframework.cloud:spring-cloud-function-dependencies 3.0.7.RELEASE

Spring Cloud Function Dependencies

GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-function-dependencies
Version

Version

3.0.7.RELEASE
Type

Type

pom

Download spring-cloud-function-dependencies 3.0.7.RELEASE


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