is not current version
Last Version 1.3.3

Spring Retry 1.3.1

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.

License

License

GroupId

GroupId

org.springframework.retry
ArtifactId

ArtifactId

spring-retry
Version

Version

1.3.1
Type

Type

jar
Description

Description

Spring Retry
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.
Project URL

Project URL

https://www.springsource.org
Project Organization

Project Organization

SpringSource
Source Code Management

Source Code Management

https://github.com/spring-projects/spring-retry

Download spring-retry 1.3.1


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

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework : spring-context Optional jar
org.springframework : spring-core Optional jar

test (7)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.easymock : easymock jar 2.3
org.mockito : mockito-core jar 1.10.19
org.aspectj : aspectjweaver jar 1.8.9
org.springframework : spring-test jar
org.springframework : spring-tx jar
log4j : log4j jar 1.2.17

Project Modules

There are no modules declared in this project.