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