Download retry-core_2.10-0.1.0.jar file - Jar r

Jar examples for r:retry-core-2.10

Description

a library of simple abstractions for asynchronously retrying failed scala.concurrent.Futures

You can download jar file retry-core_2.10 0.1.0 in this page.

License

MIT

Build File

You can use the following script to add retry-core_2.10-0.1.0.jar to your project.

<dependency>
   <groupId>me.lessis</groupId>
   <artifactId>retry-core_2.10</artifactId>
   <version>0.1.0</version>
</dependency>
compile group: 'me.lessis', name: 'retry-core_2.10', version: '0.1.0'
libraryDependencies += "me.lessis" % "retry-core_2.10" % "0.1.0"
<dependency org="me.lessis" name="retry-core_2.10" rev="0.1.0"/>
@Grapes(@Grab(group='me.lessis', module='retry-core_2.10', version='0.1.0'))
'me.lessis:retry-core_2.10:jar:0.1.0'

Download

Click the following link to download the jar file.

retry-core_2.10-0.1.0-javadoc.jar
retry-core_2.10-0.1.0-sources.jar
retry-core_2.10-0.1.0.jar
retry-core_2.10-0.1.0.pom



Related Tutorials