is not current version
Last Version 1.3.3

org.springframework.retry:spring-retry 1.2.5.RELEASE

Spring Retry provides an abstraction around retrying failed operations, with an emphasis on declarative control of the process and policy-based bahaviour 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.

GroupId

GroupId

org.springframework.retry
ArtifactId

ArtifactId

spring-retry
Version

Version

1.2.5.RELEASE
Type

Type

jar

Download spring-retry 1.2.5.RELEASE


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