Jar examples for g:guava-retrying
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.7 in this page.
The Apache Software License, Version 2.0
You can use the following script to add guava-retrying-1.0.7.jar to your project.
<dependency> <groupId>com.github.rholder</groupId> <artifactId>guava-retrying</artifactId> <version>1.0.7</version> </dependency>
compile group: 'com.github.rholder', name: 'guava-retrying', version: '1.0.7'
libraryDependencies += "com.github.rholder" % "guava-retrying" % "1.0.7"
<dependency org="com.github.rholder" name="guava-retrying" rev="1.0.7"/>
@Grapes(@Grab(group='com.github.rholder', module='guava-retrying', version='1.0.7'))
'com.github.rholder:guava-retrying:jar:1.0.7'
Click the following link to download the jar file.
guava-retrying-1.0.7-javadoc.jar