Last Version

Async-Retry 0.0.7

Library that asynchronously retries failed invocations of arbitrary code

License

License

GroupId

GroupId

com.nurkiewicz.asyncretry
ArtifactId

ArtifactId

asyncretry
Version

Version

0.0.7
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 0.0.7


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