MVN

com.github.rholder : guava-retrying

Maven & Gradle

Jul 01, 2015
241 usages
1.1k stars

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.

<dependency>
    <groupId>com.github.rholder</groupId>
    <artifactId>guava-retrying</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.rholder : guava-retrying to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.github.rholder : guava-retrying to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
guava-retrying-2.0.0
1.0.x
guava-retrying-1.0.7
guava-retrying-1.0.6
guava-retrying-1.0.5
guava-retrying-1.0.4
guava-retrying-1.0.3
guava-retrying-1.0.2
guava-retrying-1.0.1
guava-retrying-1.0.0

How to add a dependency to Maven

Add the following com.github.rholder : guava-retrying maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.rholder</groupId>
    <artifactId>guava-retrying</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.rholder : guava-retrying gradle dependency to your build.gradle file:

implementation 'com.github.rholder:guava-retrying:2.0.0'

Gradle Kotlin DSL: Add the following com.github.rholder : guava-retrying gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.rholder:guava-retrying:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.rholder : guava-retrying sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.rholder" % "guava-retrying" % "2.0.0"

Advertisement

Dependencies from Group

Jul 01, 2015
241 usages
1.1k stars
Jan 23, 2014
93 usages
18 stars
Feb 02, 2015
1 usages
4 stars
Jun 11, 2015
17 stars
Jan 26, 2014
218 stars

Discover Dependencies

Jul 11, 2023
18 usages
2.7k stars
Apr 04, 2019
283 usages
216 stars
Oct 20, 2019
4 usages
321 stars
Jan 02, 2023
3 usages
1.1k stars
Aug 01, 2023
14 usages
1.7k stars
May 21, 2023
1.2k usages
14.7k stars
Nov 03, 2016
19 usages
7.7k stars
Feb 06, 2020
188 usages
Jul 31, 2022
2.4k usages
493 stars