<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-ribbon</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-ribbon" % "1.0.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-ribbon', version='1.0.1.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-starter-ribbon" rev="1.0.1.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-parent</artifactId> <version>1.0.1.RELEASE</version> </parent>
compile
|-- org.springframework.cloud:spring-cloud-starter
|-- org.springframework.cloud:spring-cloud-netflix-core
|-- com.netflix.ribbon:ribbon-core
|-- com.netflix.ribbon:ribbon-httpclient