is not current version
Last Version 0.11.1

com.github.marks-yag:retry 0.8.0

Retry is a simple retry library written in Kotlin.

GroupId

GroupId

com.github.marks-yag
ArtifactId

ArtifactId

retry
Version

Version

0.8.0
Type

Type

jar

Download retry 0.8.0


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