Download failsafe-0.9.2.jar file - Jar f

Jar examples for f:failsafe

Description

You can download jar file failsafe 0.9.2 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add failsafe-0.9.2.jar to your project.

<dependency>
   <groupId>net.jodah</groupId>
   <artifactId>failsafe</artifactId>
   <version>0.9.2</version>
</dependency>
compile group: 'net.jodah', name: 'failsafe', version: '0.9.2'
libraryDependencies += "net.jodah" % "failsafe" % "0.9.2"
<dependency org="net.jodah" name="failsafe" rev="0.9.2"/>
@Grapes(@Grab(group='net.jodah', module='failsafe', version='0.9.2'))
'net.jodah:failsafe:jar:0.9.2'

Download

Click the following link to download the jar file.

failsafe-0.9.2-javadoc.jar
failsafe-0.9.2-sources.jar
failsafe-0.9.2.jar
failsafe-0.9.2.pom



Related Tutorials