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.

Лицензия

Лицензия

Группа

Группа

org.springframework.retry
Идентификатор

Идентификатор

spring-retry
Последняя версия

Последняя версия

1.3.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://www.springsource.org
Организация-разработчик

Организация-разработчик

SpringSource
Система контроля версий

Система контроля версий

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

Скачать spring-retry

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.springframework : spring-context Необязательный jar
org.springframework : spring-core Необязательный jar

test (8)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.
org.springframework.retry

Spring

Версии библиотеки

Версия
1.3.3
1.3.2
1.3.1
1.3.0
1.2.5.RELEASE
1.2.4.RELEASE
1.2.3.RELEASE
1.2.2.RELEASE
1.2.1.RELEASE
1.2.0.RELEASE
1.1.5.RELEASE
1.1.4.RELEASE
1.1.3.RELEASE
1.1.2.RELEASE
1.1.1.RELEASE
1.1.0.RELEASE
1.0.3.RELEASE
1.0.2.RELEASE
1.0.1.RELEASE
1.0.0.RELEASE