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