is not current version
Last Version 2.0.0

com.github.rholder:guava-retrying 1.0.0

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.

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

com.github.rholder
ArtifactId

ArtifactId

guava-retrying
Version

Version

1.0.0
Type

Type

jar

Download guava-retrying 1.0.0


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