is not current version
Last Version 1.2.0

com.github.vizaizai:retry 1.0.2

Retry tool

GroupId

GroupId

com.github.vizaizai
ArtifactId

ArtifactId

retry
Version

Version

1.0.2
Type

Type

jar

Download retry 1.0.2


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