is not current version
Last Version 1.0.8

org.kiwiproject:retrying-again 0.5.1

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.5.1
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.5.1


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

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.5.1
com.google.code.findbugs : jsr305 Optional jar 3.0.2
org.slf4j : slf4j-api jar 1.7.30

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.19.0
org.awaitility : awaitility jar 4.0.3
org.junit.jupiter : junit-jupiter-api jar 5.7.1
org.junit.jupiter : junit-jupiter-engine jar 5.7.1
org.junit.jupiter : junit-jupiter-params jar 5.7.1
org.junit-pioneer : junit-pioneer jar 1.3.8
ch.qos.logback : logback-classic jar 1.2.3
org.mockito : mockito-core jar 3.9.0

Project Modules

There are no modules declared in this project.