| License |
License |
|---|---|
| GroupId | GroupIdorg.springframework.retry |
| ArtifactId | ArtifactIdspring-retry |
| Last Version | Last Version1.3.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpring 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.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-retry-1.3.3.pom | |
| spring-retry-1.3.3.jar | 69 KB |
| spring-retry-1.3.3-sources.jar | 71 KB |
| spring-retry-1.3.3-javadoc.jar | 357 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.retry/spring-retry/ -->
<dependency>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
<version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.retry/spring-retry/
implementation 'org.springframework.retry:spring-retry:1.3.3'
// https://jarcasting.com/artifacts/org.springframework.retry/spring-retry/
implementation ("org.springframework.retry:spring-retry:1.3.3")
'org.springframework.retry:spring-retry:jar:1.3.3'
<dependency org="org.springframework.retry" name="spring-retry" rev="1.3.3">
<artifact name="spring-retry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.retry', module='spring-retry', version='1.3.3')
)
libraryDependencies += "org.springframework.retry" % "spring-retry" % "1.3.3"
[org.springframework.retry/spring-retry "1.3.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context Optional | jar | |
| org.springframework : spring-core Optional | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.apache.logging.log4j : log4j-core | jar | 2.17.1 |
| org.apache.logging.log4j : log4j-jcl | jar | 2.17.1 |
| org.aspectj : aspectjweaver | jar | 1.8.9 |
| org.easymock : easymock | jar | 2.3 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.springframework : spring-test | jar | |
| org.springframework : spring-tx | jar |