is not current version
Last Version 3.2.6

org.springframework.cloud:spring-cloud-function-parent 3.0.8.RELEASE

Spring Cloud parent pom, managing plugins and dependencies for Spring Cloud projects

GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-function-parent
Version

Version

3.0.8.RELEASE
Type

Type

pom

Download spring-cloud-function-parent 3.0.8.RELEASE


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