Last Version

Retries 0.0.3

A library for retrying calls

License

License

GroupId

GroupId

me.alexpanov
ArtifactId

ArtifactId

retries
Version

Version

0.0.3
Type

Type

jar
Description

Description

Retries
A library for retrying calls
Project URL

Project URL

http://github.com/alexpanov/retries
Source Code Management

Source Code Management

http://github.com/alexpanov/retries

Download retries 0.0.3


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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 18.0

test (6)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.4
org.easytesting : fest-assert jar 1.4
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19
com.google.guava : guava-testlib jar 18.0
nl.jqno.equalsverifier : equalsverifier jar 1.7.3

Project Modules

There are no modules declared in this project.