is not current version
Last Version 1.4.7.RELEASE

org.springframework.cloud:spring-cloud-starter-ribbon 1.3.4.RELEASE

Spring Cloud Starter

Categories

Categories

Ribbon Net HTTP Clients
GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-starter-ribbon
Version

Version

1.3.4.RELEASE
Type

Type

jar

Download spring-cloud-starter-ribbon 1.3.4.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-ribbon/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-ribbon</artifactId>
    <version>1.3.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-ribbon/
implementation 'org.springframework.cloud:spring-cloud-starter-ribbon:1.3.4.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-ribbon/
implementation ("org.springframework.cloud:spring-cloud-starter-ribbon:1.3.4.RELEASE")
'org.springframework.cloud:spring-cloud-starter-ribbon:jar:1.3.4.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-ribbon" rev="1.3.4.RELEASE">
  <artifact name="spring-cloud-starter-ribbon" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-ribbon', version='1.3.4.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-ribbon" % "1.3.4.RELEASE"
[org.springframework.cloud/spring-cloud-starter-ribbon "1.3.4.RELEASE"]