MVN

org.springframework.retry : spring-retry

Maven & Gradle

Jun 17, 2023
740 usages
1.9k stars

Spring Retry · Spring Retry 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>org.springframework.retry</groupId>
    <artifactId>spring-retry</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.retry : spring-retry to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of org.springframework.retry : spring-retry to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
spring-retry-2.0.2
spring-retry-2.0.1
spring-retry-2.0.0
1.3.x
spring-retry-1.3.4
spring-retry-1.3.3
spring-retry-1.3.2
spring-retry-1.3.1
spring-retry-1.3.0
1.2.x
spring-retry-1.2.5.RELEASE
spring-retry-1.2.4.RELEASE
spring-retry-1.2.3.RELEASE
spring-retry-1.2.2.RELEASE
spring-retry-1.2.1.RELEASE
spring-retry-1.2.0.RELEASE
1.1.x
spring-retry-1.1.5.RELEASE
spring-retry-1.1.4.RELEASE
spring-retry-1.1.3.RELEASE
spring-retry-1.1.2.RELEASE
spring-retry-1.1.1.RELEASE
spring-retry-1.1.0.RELEASE
1.0.x
spring-retry-1.0.3.RELEASE
spring-retry-1.0.2.RELEASE
spring-retry-1.0.1.RELEASE
spring-retry-1.0.0.RELEASE

How to add a dependency to Maven

Add the following org.springframework.retry : spring-retry maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.springframework.retry</groupId>
    <artifactId>spring-retry</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework.retry : spring-retry gradle dependency to your build.gradle file:

implementation 'org.springframework.retry:spring-retry:2.0.2'

Gradle Kotlin DSL: Add the following org.springframework.retry : spring-retry gradle kotlin dependency to your build.gradle.kts file:

implementation("org.springframework.retry:spring-retry:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework.retry : spring-retry sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework.retry" % "spring-retry" % "2.0.2"

Advertisement

Dependencies from Group

Jun 17, 2023
740 usages
1.9k stars

Discover Dependencies

Sep 15, 2010
361 usages
Sep 20, 2019
11 usages
0 stars
Nov 30, 2018
14 usages
Feb 11, 2015
151 usages
Aug 12, 2019
1.9k usages
4.2k stars
Apr 13, 2023
102 usages
557 stars
Jun 22, 2023
47 usages
486 stars
Mar 22, 2021
0 stars
Jul 27, 2023
361 usages
180 stars
Jun 29, 2023
297 usages
1.7k stars