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