Async-Retry

Library that asynchronously retries failed invocations of arbitrary code

License

License

GroupId

GroupId

com.nurkiewicz.asyncretry
ArtifactId

ArtifactId

asyncretry
Last Version

Last Version

0.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

Async-Retry
Library that asynchronously retries failed invocations of arbitrary code
Project URL

Project URL

https://github.com/nurkiewicz/async-retry

Download asyncretry

How to add to project

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

Dependencies

compile (1)

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

test (5)

Group / Artifact Type Version
org.testng : testng jar 6.8.1
org.assertj : assertj-core jar 1.6.0
org.mockito : mockito-all jar 1.9.5
commons-lang : commons-lang jar 2.6
ch.qos.logback : logback-classic jar 1.0.7

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.7
0.0.6
0.0.5
0.0.4