is not current version
Last Version 0.2.1

me.lessis:retry_2.10 0.2.0

a library of simple primitives for asynchronously retrying Scala Futures

GroupId

GroupId

me.lessis
ArtifactId

ArtifactId

retry_2.10
Version

Version

0.2.0
Type

Type

jar

Download retry_2.10 0.2.0


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