Last Version

retry 0.2.1

a library of simple primitives for asynchronously retrying Scala Futures

License

License

MIT
GroupId

GroupId

me.lessis
ArtifactId

ArtifactId

retry_2.11
Version

Version

0.2.1
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.11 0.2.1


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

Dependencies

compile (2)

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

test (1)

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

Project Modules

There are no modules declared in this project.