MVN

com.github.rbuck : java-retry

Maven & Gradle

Jun 23, 2015
5 stars

java-retry · Lets developers make their applications more resilient by adding robust transient fault handling logic. Transient faults are errors that occur because of some temporary condition such as network connectivity issues or service unavailability. Typically, if you retry the operation that resulted in a transient error a short time later, you find that the error has disappeared.

<dependency>
    <groupId>com.github.rbuck</groupId>
    <artifactId>java-retry</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.rbuck : java-retry to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.github.rbuck : java-retry to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
java-retry-1.2
1.1
java-retry-1.1
1.0
java-retry-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.rbuck</groupId>
    <artifactId>java-retry</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.rbuck : java-retry gradle dependency to your build.gradle file:

implementation 'com.github.rbuck:java-retry:1.2'

Gradle Kotlin DSL: Add the following com.github.rbuck : java-retry gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.rbuck:java-retry:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.rbuck : java-retry sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.rbuck" % "java-retry" % "1.2"

Advertisement

Dependencies from Group

Jun 30, 2013
1 usages
1 stars
Jun 23, 2015
5 stars
Jun 30, 2013
10 stars

Discover Dependencies

Jun 22, 2017
3 usages
7 stars
Aug 08, 2023
18 usages
1.1k stars
Oct 02, 2019
7 usages
55 stars
Jul 05, 2016
6.7k stars
May 24, 2017
Jun 30, 2015
Nov 27, 2019
1 usages
Apr 17, 2019
10 usages
2k stars