s

spring-cloud-starter-parent

Spring Cloud Starter Parent
https://projects.spring.io/spring-cloud
Pivotal Software, Inc.
Files download
File Operation
spring-cloud-starter-parent-Greenwich.SR6.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-parent</artifactId>
  <version>Greenwich.SR6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.cloud:spring-cloud-starter-parent:Greenwich.SR6'
Gradle Kotlin
implementation("org.springframework.cloud:spring-cloud-starter-parent:Greenwich.SR6")
Scala SBT
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-parent" % "Greenwich.SR6"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.cloud', module='spring-cloud-starter-parent', version='Greenwich.SR6')
)
Apache Ivy
<dependency org="org.springframework.cloud" name="spring-cloud-starter-parent" rev="Greenwich.SR6" />
Leiningen
[org.springframework.cloud/spring-cloud-starter-parent "Greenwich.SR6"]
Apache Buildr
'org.springframework.cloud:spring-cloud-starter-parent:jar:Greenwich.SR6'