| License |
License |
|---|---|
| GroupId | GroupIdcom.airhacks |
| ArtifactId | ArtifactIdbreakr |
| Last Version | Last Version0.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA minimalistic implementation of the Cirquit Breaker Pattern
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| breakr-0.0.3.pom | |
| breakr-0.0.3.jar | 4 KB |
| breakr-0.0.3-sources.jar | 2 KB |
| breakr-0.0.3-javadoc.jar | 26 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax : javaee-api | jar | 7.0 |
| 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 |