Last Version

Exponential Backoff 1.1.3

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

License

License

GroupId

GroupId

me.ccampo
ArtifactId

ArtifactId

exponential-backoff
Version

Version

1.1.3
Type

Type

jar
Description

Description

Exponential Backoff
A small library to retry arbitrary tasks with exponential backoff (with jitter).
Project URL

Project URL

https://github.com/ccampo133/exponential-backoff
Source Code Management

Source Code Management

https://github.com/ccampo133/exponential-backoff.git

Download exponential-backoff 1.1.3


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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains : annotations jar 13.0

test (3)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.4.1
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.