Download retriable-1.0.0.jar file - Jar r

Jar examples for r:retriable

Description

Library containing useful classes when performing operations that require a retry

You can download jar file retriable 1.0.0 in this page.

License

BSD License

Build File

You can use the following script to add retriable-1.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

retriable-1.0.0-javadoc.jar
retriable-1.0.0-sources.jar
retriable-1.0.0.jar
retriable-1.0.0.pom



Related Tutorials