is not current version
Last Version 2021.0.3

org.springframework.cloud:spring-cloud-starter-parent Camden.SR4

Spring Cloud Starter Parent

GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-starter-parent
Version

Version

Camden.SR4
Type

Type

pom

Download spring-cloud-starter-parent Camden.SR4


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