is not current version
Last Version 1.2

com.github.rbuck:java-retry 1.1

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.

Categories

Categories

Java Languages
GroupId

GroupId

com.github.rbuck
ArtifactId

ArtifactId

java-retry
Version

Version

1.1
Type

Type

jar

Download java-retry 1.1


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