com.evanlennick:retry4j

Library for retrying Java logic.

License

License

GroupId

GroupId

com.evanlennick
ArtifactId

ArtifactId

retry4j
Last Version

Last Version

0.15.0
Release Date

Release Date

Type

Type

jar
Description

Description

com.evanlennick:retry4j
Library for retrying Java logic.
Project URL

Project URL

https://github.com/elennick/retry4j

Download retry4j

How to add to project

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

Dependencies

compile (1)

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

test (5)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.19
org.testng : testng jar 6.13.1
junit : junit jar 4.12
org.assertj : assertj-core jar 3.8.0
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.

Versions

Version
0.15.0
0.14.0
0.13.0
0.12.1
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.3
0.7.2
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0