Last Version

smart-retry 1.3.8

Smart Retry主要是用来进行任务重试的。Smart Retry最大的特点是异步重试,支持持久化,系统重启之后可以继续重试。

License

License

GroupId

GroupId

com.github.hadoop002.smartretry
ArtifactId

ArtifactId

smart-retry
Version

Version

1.3.8
Type

Type

pom
Description

Description

smart-retry
Smart Retry主要是用来进行任务重试的。Smart Retry最大的特点是异步重试,支持持久化,系统重启之后可以继续重试。

Download smart-retry 1.3.8

Filename Size
smart-retry-1.3.8.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/smart-retry/ -->
<dependency>
    <groupId>com.github.hadoop002.smartretry</groupId>
    <artifactId>smart-retry</artifactId>
    <version>1.3.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/smart-retry/
implementation 'com.github.hadoop002.smartretry:smart-retry:1.3.8'
// https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/smart-retry/
implementation ("com.github.hadoop002.smartretry:smart-retry:1.3.8")
'com.github.hadoop002.smartretry:smart-retry:pom:1.3.8'
<dependency org="com.github.hadoop002.smartretry" name="smart-retry" rev="1.3.8">
  <artifact name="smart-retry" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hadoop002.smartretry', module='smart-retry', version='1.3.8')
)
libraryDependencies += "com.github.hadoop002.smartretry" % "smart-retry" % "1.3.8"
[com.github.hadoop002.smartretry/smart-retry "1.3.8"]

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.12

Project Modules

  • retry-core
  • retry-spring4
  • retry-samples
  • retry-serializer