is not current version
Last Version 1.1.3

me.ccampo:exponential-backoff 1.0.0

A small library to retry arbitrary tasks with exponential backoff (with jitter).

GroupId

GroupId

me.ccampo
ArtifactId

ArtifactId

exponential-backoff
Version

Version

1.0.0
Type

Type

jar

Download exponential-backoff 1.0.0


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