is not current version
Last Version 0.0.7

com.nurkiewicz.asyncretry:asyncretry 0.0.6

Library that asynchronously retries failed invocations of arbitrary code

GroupId

GroupId

com.nurkiewicz.asyncretry
ArtifactId

ArtifactId

asyncretry
Version

Version

0.0.6
Type

Type

jar

Download asyncretry 0.0.6


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