is not current version
Last Version 3.1.3

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

Spring Cloud Starter

GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-starter
Version

Version

1.3.1.RELEASE
Type

Type

jar

Download spring-cloud-starter 1.3.1.RELEASE


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