is not current version
Last Version 1.0.1

com.github.andy-a-coder:retry 1.0.0

An easy-to-use distributed retry component to help resolve the eventual consistency of calls between services in a distributed environment.

GroupId

GroupId

com.github.andy-a-coder
ArtifactId

ArtifactId

retry
Version

Version

1.0.0
Type

Type

jar

Download retry 1.0.0


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