Last Version

org.kiwiproject:retrying-again 1.0.8

A Java library to allow for the creation of configurable retrying strategies for an arbitrary function call, such as something that communicates with a remote service with flaky uptime.

License

License

GroupId

GroupId

org.kiwiproject
ArtifactId

ArtifactId

retrying-again
Version

Version

1.0.8
Type

Type

jar
Description

Description

org.kiwiproject:retrying-again
A Java library to allow for the creation of configurable retrying strategies for an arbitrary function call, such as something that communicates with a remote service with flaky uptime.
Project URL

Project URL

https://github.com/kiwiproject/retrying-again
Project Organization

Project Organization

Kiwi Project
Source Code Management

Source Code Management

https://github.com/kiwiproject/retrying-again

Download retrying-again 1.0.8


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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.24

test (7)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.22.0
org.awaitility : awaitility jar 4.2.0
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-engine jar 5.8.2
org.junit.jupiter : junit-jupiter-params jar 5.8.2
org.junit-pioneer : junit-pioneer jar 1.7.0
org.mockito : mockito-core jar 4.5.0

Project Modules

There are no modules declared in this project.