a

asyncretry

Library that asynchronously retries failed invocations of arbitrary code
https://github.com/nurkiewicz/async-retry
Apache License, Version 2.0
Tomasz Nurkiewicz
Files download
File Operation
asyncretry-0.0.6.jar download
asyncretry-0.0.6.pom download
asyncretry-0.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.nurkiewicz.asyncretry</groupId>
  <artifactId>asyncretry</artifactId>
  <version>0.0.6</version>
</dependency>
Gradle Groovy
implementation 'com.nurkiewicz.asyncretry:asyncretry:0.0.6'
Gradle Kotlin
implementation("com.nurkiewicz.asyncretry:asyncretry:0.0.6")
Scala SBT
libraryDependencies += "com.nurkiewicz.asyncretry" % "asyncretry" % "0.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.nurkiewicz.asyncretry', module='asyncretry', version='0.0.6')
)
Apache Ivy
<dependency org="com.nurkiewicz.asyncretry" name="asyncretry" rev="0.0.6" />
Leiningen
[com.nurkiewicz.asyncretry/asyncretry "0.0.6"]
Apache Buildr
'com.nurkiewicz.asyncretry:asyncretry:jar:0.0.6'