MVN

cn.taketoday : today-retry

Maven & Gradle

Apr 27, 2023
86 stars

This project provides an abstraction around retrying failed operations, with an emphasis on declarative control of the process and policy-based behaviour that is easy to extend and customize. For instance, you can configure a plain POJO operation to retry if it fails, based on the type of exception, and with a fixed or exponential backoff.

<dependency>
    <groupId>cn.taketoday</groupId>
    <artifactId>today-retry</artifactId>
    <version>4.0.0-Draft.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.taketoday : today-retry to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0-Draft.3

All Versions

Choose a version of cn.taketoday : today-retry to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
today-retry-4.0.0-Draft.3
today-retry-4.0.0-Draft.2
today-retry-4.0.0-Draft.1

How to add a dependency to Maven

Add the following cn.taketoday : today-retry maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.taketoday</groupId>
    <artifactId>today-retry</artifactId>
    <version>4.0.0-Draft.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.taketoday : today-retry gradle dependency to your build.gradle file:

implementation 'cn.taketoday:today-retry:4.0.0-Draft.3'

Gradle Kotlin DSL: Add the following cn.taketoday : today-retry gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.taketoday:today-retry:4.0.0-Draft.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.taketoday : today-retry sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.taketoday" % "today-retry" % "4.0.0-Draft.3"

Advertisement

Dependencies from Group

Apr 27, 2023
3 usages
86 stars
Apr 27, 2023
1 usages
86 stars
Aug 07, 2019
1 usages
14 stars
Apr 27, 2023
1 usages
86 stars
Apr 27, 2023
86 stars

Discover Dependencies