is not current version
Last Version 3.1.3

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

Spring Cloud Starter

GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-starter
Version

Version

2.1.4.RELEASE
Type

Type

jar

Download spring-cloud-starter 2.1.4.RELEASE


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