<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter</artifactId>
<version>1.3.1.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter" % "1.3.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter', version='1.3.1.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-starter" rev="1.3.1.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-commons-parent</artifactId> <version>1.3.1.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter
|-- org.springframework.cloud:spring-cloud-context
|-- org.springframework.cloud:spring-cloud-commons