Последняя версия

CircuitBreaker 1.0.0-rc2

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.

Лицензия

Лицензия

Группа

Группа

org.force66
Идентификатор

Идентификатор

CircuitBreaker
Версия

Версия

1.0.0-rc2
Тип

Тип

jar
Описание

Описание

CircuitBreaker
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.
Ссылка на сайт

Ссылка на сайт

https://github.com/Derek-Ashmore/CircuitBreaker
Система контроля версий

Система контроля версий

https://github.com/Derek-Ashmore/CircuitBreaker.git

Скачать CircuitBreaker 1.0.0-rc2


<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-lang3 jar 3.3.2

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.