is not current version
Last Version 1.0.0-rc2

org.force66:CircuitBreaker 1.0.0-rc1

Implementation of the circuit breaker pattern. This circuit operates like an electrical circuit in your house. If something goes wrong, the circuit "trips" and power is cut to outlets connected to that circuit.

GroupId

GroupId

org.force66
ArtifactId

ArtifactId

CircuitBreaker
Version

Version

1.0.0-rc1
Type

Type

jar

Download CircuitBreaker 1.0.0-rc1


<!-- https://jarcasting.com/artifacts/org.force66/CircuitBreaker/ -->
<dependency>
    <groupId>org.force66</groupId>
    <artifactId>CircuitBreaker</artifactId>
    <version>1.0.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/org.force66/CircuitBreaker/
implementation 'org.force66:CircuitBreaker:1.0.0-rc1'
// https://jarcasting.com/artifacts/org.force66/CircuitBreaker/
implementation ("org.force66:CircuitBreaker:1.0.0-rc1")
'org.force66:CircuitBreaker:jar:1.0.0-rc1'
<dependency org="org.force66" name="CircuitBreaker" rev="1.0.0-rc1">
  <artifact name="CircuitBreaker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.force66', module='CircuitBreaker', version='1.0.0-rc1')
)
libraryDependencies += "org.force66" % "CircuitBreaker" % "1.0.0-rc1"
[org.force66/CircuitBreaker "1.0.0-rc1"]