<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix-ribbon</artifactId>
<version>2.2.5.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-netflix-ribbon" % "2.2.5.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-netflix-ribbon', version='2.2.5.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-netflix-ribbon" rev="2.2.5.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-netflix</artifactId> <version>2.2.5.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-web:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-configuration-processor:2.3.2.RELEASE
|-- org.springframework.cloud:spring-cloud-commons:2.2.5.RELEASE
|-- org.springframework.cloud:spring-cloud-context:2.2.5.RELEASE
|-- org.springframework.cloud:spring-cloud-netflix-archaius:2.2.5.RELEASE
|-- com.netflix.ribbon:ribbon:2.3.0
|-- com.netflix.ribbon:ribbon-core:2.3.0
|-- com.netflix.ribbon:ribbon-httpclient:2.3.0
|-- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|-- com.sun.jersey.contribs:jersey-apache-client4:1.19.1
|-- com.squareup.okhttp3:okhttp:3.14.9
|-- org.springframework.retry:spring-retry:1.2.5.RELEASE
|-- commons-configuration:commons-configuration:1.8
|-- com.netflix.servo:servo-core:0.12.21