is not current version
Last Version 3.1.3

org.springframework.cloud:spring-cloud-starter 2.2.9.RELEASE

Spring Cloud Starter

GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-starter
Version

Version

2.2.9.RELEASE
Type

Type

jar

Download spring-cloud-starter 2.2.9.RELEASE


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