<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-circuitbreaker-spring-retry</artifactId>
<version>2.0.0</version>
</dependency>
implementation 'org.springframework.cloud:spring-cloud-circuitbreaker-spring-retry:2.0.0'
implementation("org.springframework.cloud:spring-cloud-circuitbreaker-spring-retry:2.0.0")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-circuitbreaker-spring-retry" % "2.0.0"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-circuitbreaker-spring-retry', version='2.0.0')
)
<dependency org="org.springframework.cloud" name="spring-cloud-circuitbreaker-spring-retry" rev="2.0.0" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-circuitbreaker</artifactId> <version>2.0.0</version> </parent>
compile
|-- org.springframework.cloud:spring-cloud-commons:3.0.0
|-- org.springframework.boot:spring-boot-starter:2.4.1