is not current version
Last Version 1.3.8

com.github.hadoop002.smartretry:retry-spring4 1.3.7

基于spring4实现的重试模块

GroupId

GroupId

com.github.hadoop002.smartretry
ArtifactId

ArtifactId

retry-spring4
Version

Version

1.3.7
Type

Type

jar

Download retry-spring4 1.3.7


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