<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-circuitbreaker-spring-retry</artifactId>
<version>2.1.1</version>
</dependency>
implementation 'org.springframework.cloud:spring-cloud-starter-circuitbreaker-spring-retry:2.1.1'
implementation("org.springframework.cloud:spring-cloud-starter-circuitbreaker-spring-retry:2.1.1")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-circuitbreaker-spring-retry" % "2.1.1"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-circuitbreaker-spring-retry', version='2.1.1')
)
<dependency org="org.springframework.cloud" name="spring-cloud-starter-circuitbreaker-spring-retry" rev="2.1.1" />