com.airhacks:breakr

A minimalistic implementation of the Cirquit Breaker Pattern

License

License

GroupId

GroupId

com.airhacks
ArtifactId

ArtifactId

breakr
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

A minimalistic implementation of the Cirquit Breaker Pattern
Project URL

Project URL

https://github.com/AdamBien/breakr
Project Organization

Project Organization

Adam Bien

Download breakr

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
javax : javaee-api jar 7.0

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.apache.deltaspike.modules : deltaspike-test-control-module-impl jar 1.5.2
org.apache.deltaspike.cdictrl : deltaspike-cdictrl-weld jar 1.5.2
org.jboss.weld.se : weld-se-core jar 2.3.2.Final

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.1