fastbreak

Fastbreak - A Simple Java 8 Native Circuit Breaker

License

License

GroupId

GroupId

com.nike.fastbreak
ArtifactId

ArtifactId

fastbreak
Last Version

Last Version

0.10.3
Release Date

Release Date

Type

Type

jar
Description

Description

fastbreak
Fastbreak - A Simple Java 8 Native Circuit Breaker
Project URL

Project URL

https://github.com/Nike-Inc/fastbreak
Project Organization

Project Organization

Nike
Source Code Management

Source Code Management

https://github.com/Nike-Inc/fastbreak

Download fastbreak

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.36

Project Modules

There are no modules declared in this project.

Versions

Version
0.10.3
0.10.2
0.10.0
0.9.0