Download guava-retrying-1.0.6.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 1.0.6 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials