retry

a library of simple primitives for asynchronously retrying Scala Futures

License

License

MIT
GroupId

GroupId

me.lessis
ArtifactId

ArtifactId

retry_2.10
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

retry
a library of simple primitives for asynchronously retrying Scala Futures
Project URL

Project URL

https://github.com/softprops/retry/
Project Organization

Project Organization

me.lessis

Download retry_2.10

How to add to project

<!-- https://jarcasting.com/artifacts/me.lessis/retry_2.10/ -->
<dependency>
    <groupId>me.lessis</groupId>
    <artifactId>retry_2.10</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.lessis/retry_2.10/
implementation 'me.lessis:retry_2.10:0.2.1'
// https://jarcasting.com/artifacts/me.lessis/retry_2.10/
implementation ("me.lessis:retry_2.10:0.2.1")
'me.lessis:retry_2.10:jar:0.2.1'
<dependency org="me.lessis" name="retry_2.10" rev="0.2.1">
  <artifact name="retry_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.lessis', module='retry_2.10', version='0.2.1')
)
libraryDependencies += "me.lessis" % "retry_2.10" % "0.2.1"
[me.lessis/retry_2.10 "0.2.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.5
me.lessis : odelay-core_2.10 jar 0.1.0

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.10 jar 2.2.4

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.1
0.2.0