is not current version
Last Version 0.0.3

me.alexpanov:retries 0.0.2

A library for retrying calls

GroupId

GroupId

me.alexpanov
ArtifactId

ArtifactId

retries
Version

Version

0.0.2
Type

Type

jar

Download retries 0.0.2


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