| Categories | 
                CategoriesReact User Interface Web Frameworks resilience4j Application Layer Libs Distributed Applications Reactor Container Microservices Reactive libraries | 
        
|---|---|
| GroupId | GroupIdorg.springframework.cloud | 
    
| ArtifactId | ArtifactIdspring-cloud-starter-circuitbreaker-reactor-resilience4j | 
    
| Version | Version1.0.5.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-circuitbreaker-reactor-resilience4j/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-circuitbreaker-reactor-resilience4j</artifactId>
    <version>1.0.5.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-circuitbreaker-reactor-resilience4j/
implementation 'org.springframework.cloud:spring-cloud-starter-circuitbreaker-reactor-resilience4j:1.0.5.RELEASE'
                // https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-circuitbreaker-reactor-resilience4j/
implementation ("org.springframework.cloud:spring-cloud-starter-circuitbreaker-reactor-resilience4j:1.0.5.RELEASE")
                'org.springframework.cloud:spring-cloud-starter-circuitbreaker-reactor-resilience4j:jar:1.0.5.RELEASE'
                <dependency org="org.springframework.cloud" name="spring-cloud-starter-circuitbreaker-reactor-resilience4j" rev="1.0.5.RELEASE">
  <artifact name="spring-cloud-starter-circuitbreaker-reactor-resilience4j" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-circuitbreaker-reactor-resilience4j', version='1.0.5.RELEASE')
)
                libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-circuitbreaker-reactor-resilience4j" % "1.0.5.RELEASE"
                [org.springframework.cloud/spring-cloud-starter-circuitbreaker-reactor-resilience4j "1.0.5.RELEASE"]