is not current version
Last Version 0.15.0

com.evanlennick:retry4j 0.6.1

Library for retrying Java logic.

GroupId

GroupId

com.evanlennick
ArtifactId

ArtifactId

retry4j
Version

Version

0.6.1
Type

Type

jar

Download retry4j 0.6.1


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