Download guava-retrying-2.0.0.jar file - Jar g

Jar examples for g:guava-retrying

Description

This is a small extension to Google's Guava library to allow for the creation of configurable retrying strategies for an arbitrary function call, such as something that talks to a remote service with flaky uptime.

You can download jar file guava-retrying 2.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add guava-retrying-2.0.0.jar to your project.

<dependency>
   <groupId>com.github.rholder</groupId>
   <artifactId>guava-retrying</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'com.github.rholder', name: 'guava-retrying', version: '2.0.0'
libraryDependencies += "com.github.rholder" % "guava-retrying" % "2.0.0"
<dependency org="com.github.rholder" name="guava-retrying" rev="2.0.0"/>
@Grapes(@Grab(group='com.github.rholder', module='guava-retrying', version='2.0.0'))
'com.github.rholder:guava-retrying:jar:2.0.0'

Download

Click the following link to download the jar file.

guava-retrying-2.0.0-javadoc.jar
guava-retrying-2.0.0-sources.jar
guava-retrying-2.0.0.jar
guava-retrying-2.0.0.pom



Related Tutorials