Download failsafe-1.0.3.jar file - Jar f

Jar examples for f:failsafe

Description

You can download jar file failsafe 1.0.3 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

failsafe-1.0.3-javadoc.jar
failsafe-1.0.3-sources.jar
failsafe-1.0.3.jar
failsafe-1.0.3.pom



Related Tutorials