Last Version

java-retry 1.2

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.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.rbuck
ArtifactId

ArtifactId

java-retry
Version

Version

1.2
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/rbuck/java-retry
Source Code Management

Source Code Management

https://github.com/rbuck/java-retry

Download java-retry 1.2


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

Dependencies

provided (1)

Group / Artifact Type Version
org.hibernate : hibernate-core jar 4.3.8.Final

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.