Download retry_2.11-0.2.0.jar file - Jar r

Jar examples for r:retry-2.11

Description

a library of simple primitives for asynchronously retrying Scala Futures

You can download jar file retry_2.11 0.2.0 in this page.

License

Apache 2.0

Build File

You can use the following script to add retry_2.11-0.2.0.jar to your project.

<dependency>
   <groupId>me.lessis</groupId>
   <artifactId>retry_2.11</artifactId>
   <version>0.2.0</version>
</dependency>
compile group: 'me.lessis', name: 'retry_2.11', version: '0.2.0'
libraryDependencies += "me.lessis" % "retry_2.11" % "0.2.0"
<dependency org="me.lessis" name="retry_2.11" rev="0.2.0"/>
@Grapes(@Grab(group='me.lessis', module='retry_2.11', version='0.2.0'))
'me.lessis:retry_2.11:jar:0.2.0'

Download

Click the following link to download the jar file.

retry_2.11-0.2.0-javadoc.jar
retry_2.11-0.2.0-sources.jar
retry_2.11-0.2.0.jar
retry_2.11-0.2.0.pom



Related Tutorials