Download asyncretry-0.0.7.jar file - Jar a

Jar examples for a:asyncretry

Description

Library that asynchronously retries failed invocations of arbitrary code

You can download jar file asyncretry 0.0.7 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add asyncretry-0.0.7.jar to your project.

<dependency>
   <groupId>com.nurkiewicz.asyncretry</groupId>
   <artifactId>asyncretry</artifactId>
   <version>0.0.7</version>
</dependency>
compile group: 'com.nurkiewicz.asyncretry', name: 'asyncretry', version: '0.0.7'
libraryDependencies += "com.nurkiewicz.asyncretry" % "asyncretry" % "0.0.7"
<dependency org="com.nurkiewicz.asyncretry" name="asyncretry" rev="0.0.7"/>
@Grapes(@Grab(group='com.nurkiewicz.asyncretry', module='asyncretry', version='0.0.7'))
'com.nurkiewicz.asyncretry:asyncretry:jar:0.0.7'

Download

Click the following link to download the jar file.

asyncretry-0.0.7-javadoc.jar
asyncretry-0.0.7-sources.jar
asyncretry-0.0.7.jar
asyncretry-0.0.7.pom



Related Tutorials