is not current version
Last Version 1.2.0

com.github.vizaizai:retry 1.0.1

Retry tool

GroupId

GroupId

com.github.vizaizai
ArtifactId

ArtifactId

retry
Version

Version

1.0.1
Type

Type

jar

Download retry 1.0.1


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