License |
License |
---|---|
GroupId | GroupIdcom.github.hadoop002.smartretry |
ArtifactId | ArtifactIdretry-core |
Last Version | Last Version1.3.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionretry-core
Smart Retry主要是用来进行任务重试的。Smart Retry最大的特点是异步重试,支持持久化,系统重启之后可以继续重试。
|
Filename | Size |
---|---|
retry-core-1.3.8.pom | |
retry-core-1.3.8.jar | 27 KB |
retry-core-1.3.8-sources.jar | 19 KB |
retry-core-1.3.8-javadoc.jar | 161 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/retry-core/ -->
<dependency>
<groupId>com.github.hadoop002.smartretry</groupId>
<artifactId>retry-core</artifactId>
<version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/retry-core/
implementation 'com.github.hadoop002.smartretry:retry-core:1.3.8'
// https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/retry-core/
implementation ("com.github.hadoop002.smartretry:retry-core:1.3.8")
'com.github.hadoop002.smartretry:retry-core:jar:1.3.8'
<dependency org="com.github.hadoop002.smartretry" name="retry-core" rev="1.3.8">
<artifact name="retry-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hadoop002.smartretry', module='retry-core', version='1.3.8')
)
libraryDependencies += "com.github.hadoop002.smartretry" % "retry-core" % "1.3.8"
[com.github.hadoop002.smartretry/retry-core "1.3.8"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
org.apache.commons : commons-lang3 | jar | 3.9 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
org.powermock : powermock-api-mockito | jar | 1.6.5 |
org.powermock : powermock-module-junit4 | jar | 1.6.5 |
org.powermock : powermock-module-junit4-rule-agent | jar | 1.6.5 |
org.assertj : assertj-core | jar | 3.12.2 |