is not current version
Last Version 0.11.1

Retry 0.10.3

Retry is a simple retry library written in Kotlin.

License

License

GroupId

GroupId

com.github.marks-yag
ArtifactId

ArtifactId

retry
Version

Version

0.10.3
Type

Type

jar
Description

Description

Retry
Retry is a simple retry library written in Kotlin.
Project URL

Project URL

https://github.com/marks-yag/retry
Source Code Management

Source Code Management

https://github.com/marks-yag/retry

Download retry 0.10.3


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

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.30
org.slf4j : slf4j-api jar 1.7.25

test (6)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test-junit5 jar 1.4.30
ch.qos.logback : logback-classic jar 1.1.2
ch.qos.logback : logback-core jar 1.1.2
org.junit.jupiter : junit-jupiter-api jar 5.7.1
org.junit.jupiter : junit-jupiter-engine jar 5.7.1
org.mockito : mockito-junit-jupiter jar 3.8.0

Project Modules

There are no modules declared in this project.