is not current version
Last Version 1.0.8

org.kiwiproject:retrying-again 0.7.0

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

0.7.0
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 0.7.0


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

Dependencies

compile (4)

Group / Artifact Type Version
com.google.guava : guava jar 30.1.1-jre
com.google.errorprone : error_prone_annotations Optional jar 2.8.0
com.google.code.findbugs : jsr305 Optional jar 3.0.2
org.slf4j : slf4j-api jar 1.7.32

provided (1)

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

test (8)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.20.2
org.awaitility : awaitility jar 4.1.0
org.junit.jupiter : junit-jupiter-api jar 5.7.2
org.junit.jupiter : junit-jupiter-engine jar 5.7.2
org.junit.jupiter : junit-jupiter-params jar 5.7.2
org.junit-pioneer : junit-pioneer jar 1.4.2
ch.qos.logback : logback-classic jar 1.2.5
org.mockito : mockito-core jar 3.11.2

Project Modules

There are no modules declared in this project.