Last Version

Async-Retry 0.0.6

Library that asynchronously retries failed invocations of arbitrary code

License

License

GroupId

GroupId

com.nurkiewicz.asyncretry
ArtifactId

ArtifactId

asyncretry-jdk7
Version

Version

0.0.6
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-jdk7 0.0.6


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

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.5
com.google.guava : guava jar 18.0

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.