<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-circuitbreaker-reactor-resilience4j</artifactId>
<version>1.0.5.RELEASE</version>
</dependency>
implementation 'org.springframework.cloud:spring-cloud-starter-circuitbreaker-reactor-resilience4j:1.0.5.RELEASE'
implementation("org.springframework.cloud:spring-cloud-starter-circuitbreaker-reactor-resilience4j:1.0.5.RELEASE")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-circuitbreaker-reactor-resilience4j" % "1.0.5.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-circuitbreaker-reactor-resilience4j', version='1.0.5.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-starter-circuitbreaker-reactor-resilience4j" rev="1.0.5.RELEASE" />
[org.springframework.cloud/spring-cloud-starter-circuitbreaker-reactor-resilience4j "1.0.5.RELEASE"]
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-circuitbreaker</artifactId> <version>1.0.5.RELEASE</version> </parent>
compile
|-- org.springframework.cloud:spring-cloud-starter:2.2.8.RELEASE
|-- org.springframework.cloud:spring-cloud-circuitbreaker-resilience4j:1.0.5.RELEASE
|-- io.github.resilience4j:resilience4j-circuitbreaker:1.7.0