Retry

General purpose method for retrying arbitrary Java code with specific stop, retry, and exception handling capabilities.

License

License

GroupId

GroupId

com.arakelian
ArtifactId

ArtifactId

retry
Last Version

Last Version

5.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

Retry
General purpose method for retrying arbitrary Java code with specific stop, retry, and exception handling capabilities.
Project URL

Project URL

https://github.com/arakelian/retry
Source Code Management

Source Code Management

https://github.com/arakelian/retry.git

Download retry

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.32

Project Modules

There are no modules declared in this project.

Versions

Version
5.3.0
5.2.0
5.1.0
3.9.0
3.8.0
3.7.0
3.6.0
3.5.0
3.3.0
3.2.0
3.1.0
unspecified