Jar examples for f:fastbreak
Fastbreak - A Simple Java 8 Native Circuit Breaker
You can download jar file fastbreak 0.10.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add fastbreak-0.10.0.jar to your project.
<dependency> <groupId>com.nike.fastbreak</groupId> <artifactId>fastbreak</artifactId> <version>0.10.0</version> </dependency>
compile group: 'com.nike.fastbreak', name: 'fastbreak', version: '0.10.0'
libraryDependencies += "com.nike.fastbreak" % "fastbreak" % "0.10.0"
<dependency org="com.nike.fastbreak" name="fastbreak" rev="0.10.0"/>
@Grapes(@Grab(group='com.nike.fastbreak', module='fastbreak', version='0.10.0'))
'com.nike.fastbreak:fastbreak:jar:0.10.0'
Click the following link to download the jar file.
fastbreak-0.10.0-javadoc.jar