<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-loadbalancer</artifactId>
<version>2.2.2.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-loadbalancer" % "2.2.2.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-loadbalancer', version='2.2.2.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-loadbalancer" rev="2.2.2.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-commons-parent</artifactId> <version>2.2.2.RELEASE</version> </parent>
compile
|-- org.springframework.cloud:spring-cloud-commons:2.2.2.RELEASE
|-- org.springframework.cloud:spring-cloud-context:2.2.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-actuator:2.2.5.RELEASE
|-- io.projectreactor:reactor-core:3.3.3.RELEASE
|-- io.projectreactor.addons:reactor-extra:3.3.2.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure-processor:2.2.5.RELEASE
|-- org.springframework.boot:spring-boot-configuration-processor:2.2.5.RELEASE
|-- org.springframework.boot:spring-boot-starter-webflux:2.2.5.RELEASE
|-- org.springframework.boot:spring-boot-starter-cache:2.2.5.RELEASE