Download fastbreak-0.10.0.jar file - Jar f

Jar examples for f:fastbreak

Description

Fastbreak - A Simple Java 8 Native Circuit Breaker

You can download jar file fastbreak 0.10.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

fastbreak-0.10.0-javadoc.jar
fastbreak-0.10.0-sources.jar
fastbreak-0.10.0.jar
fastbreak-0.10.0.pom



Related Tutorials