Spring Circuit Breaker Library

Spring Breaker provides an abstraction over circuit breaking behavior in typical Spring style modeled after Spring TX and Spring Cache.

License

License

GroupId

GroupId

com.developmentsprint
ArtifactId

ArtifactId

spring-breaker
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Circuit Breaker Library
Spring Breaker provides an abstraction over circuit breaking behavior in typical Spring style modeled after Spring TX and Spring Cache.
Project URL

Project URL

https://github.com/DevelopmentSprint/spring-breaker

Download spring-breaker

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.7
org.slf4j : jcl-over-slf4j jar 1.7.7
com.netflix.hystrix : hystrix-core Optional jar 1.3.16
org.springframework : spring-aop jar 3.2.9.RELEASE
org.springframework : spring-context jar 3.2.9.RELEASE
org.aspectj : aspectjrt Optional jar 1.6.11
org.aspectj : aspectjweaver Optional jar 1.6.11

test (5)

Group / Artifact Type Version
junit : junit-dep jar 4.10
org.easytesting : fest-assert jar 1.4
org.springframework : spring-test jar 3.2.9.RELEASE
ch.qos.logback : logback-classic jar 1.1.2
org.mockito : mockito-core jar 1.9.5

Project Modules

There are no modules declared in this project.
com.developmentsprint

Development Sprint, LLC

Versions

Version
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1