License |
License |
---|---|
GroupId | GroupIdorg.force66 |
ArtifactId | ArtifactIdCircuitBreaker |
Last Version | Last Version1.0.0-rc2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCircuitBreaker
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
CircuitBreaker-1.0.0-rc2.pom | |
CircuitBreaker-1.0.0-rc2.jar | 7 KB |
CircuitBreaker-1.0.0-rc2-sources.jar | 5 KB |
CircuitBreaker-1.0.0-rc2-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.force66/CircuitBreaker/ -->
<dependency>
<groupId>org.force66</groupId>
<artifactId>CircuitBreaker</artifactId>
<version>1.0.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/org.force66/CircuitBreaker/
implementation 'org.force66:CircuitBreaker:1.0.0-rc2'
// https://jarcasting.com/artifacts/org.force66/CircuitBreaker/
implementation ("org.force66:CircuitBreaker:1.0.0-rc2")
'org.force66:CircuitBreaker:jar:1.0.0-rc2'
<dependency org="org.force66" name="CircuitBreaker" rev="1.0.0-rc2">
<artifact name="CircuitBreaker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.force66', module='CircuitBreaker', version='1.0.0-rc2')
)
libraryDependencies += "org.force66" % "CircuitBreaker" % "1.0.0-rc2"
[org.force66/CircuitBreaker "1.0.0-rc2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |