is not current version
Last Version 2.1.3

org.springframework.cloud:spring-cloud-circuitbreaker-resilience4j 1.0.3.RELEASE

Spring Cloud Resilience4J

Categories

Categories

resilience4j Application Layer Libs Distributed Applications
GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-circuitbreaker-resilience4j
Version

Version

1.0.3.RELEASE
Type

Type

jar

Download spring-cloud-circuitbreaker-resilience4j 1.0.3.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-circuitbreaker-resilience4j/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-circuitbreaker-resilience4j</artifactId>
    <version>1.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-circuitbreaker-resilience4j/
implementation 'org.springframework.cloud:spring-cloud-circuitbreaker-resilience4j:1.0.3.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-circuitbreaker-resilience4j/
implementation ("org.springframework.cloud:spring-cloud-circuitbreaker-resilience4j:1.0.3.RELEASE")
'org.springframework.cloud:spring-cloud-circuitbreaker-resilience4j:jar:1.0.3.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-circuitbreaker-resilience4j" rev="1.0.3.RELEASE">
  <artifact name="spring-cloud-circuitbreaker-resilience4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-circuitbreaker-resilience4j', version='1.0.3.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-circuitbreaker-resilience4j" % "1.0.3.RELEASE"
[org.springframework.cloud/spring-cloud-circuitbreaker-resilience4j "1.0.3.RELEASE"]