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.

License

License

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

com.github.rholder
ArtifactId

ArtifactId

guava-retrying
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.

Download guava-retrying

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.rholder/guava-retrying/ -->
<dependency>
    <groupId>com.github.rholder</groupId>
    <artifactId>guava-retrying</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rholder/guava-retrying/
implementation 'com.github.rholder:guava-retrying:2.0.0'
// https://jarcasting.com/artifacts/com.github.rholder/guava-retrying/
implementation ("com.github.rholder:guava-retrying:2.0.0")
'com.github.rholder:guava-retrying:jar:2.0.0'
<dependency org="com.github.rholder" name="guava-retrying" rev="2.0.0">
  <artifact name="guava-retrying" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rholder', module='guava-retrying', version='2.0.0')
)
libraryDependencies += "com.github.rholder" % "guava-retrying" % "2.0.0"
[com.github.rholder/guava-retrying "2.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar [10.+,)
com.google.code.findbugs : jsr305 jar 2.0.2

test (2)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.9.5
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0