Last Version

com.evanlennick:retry4j 0.15.0

Library for retrying Java logic.

License

License

GroupId

GroupId

com.evanlennick
ArtifactId

ArtifactId

retry4j
Version

Version

0.15.0
Type

Type

jar
Description

Description

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

Project URL

https://github.com/elennick/retry4j

Download retry4j 0.15.0


<!-- 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.