License |
License |
---|---|
Categories |
CategoriesJackson Data JSON |
GroupId | GroupIdcom.github.hadoop002.smartretry |
ArtifactId | ArtifactIdretry-serializer-jackson2 |
Last Version | Last Version1.3.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionretry-serializer-jackson2
Smart Retry主要是用来进行任务重试的。Smart Retry最大的特点是异步重试,支持持久化,系统重启之后可以继续重试。
|
<!-- https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/retry-serializer-jackson2/ -->
<dependency>
<groupId>com.github.hadoop002.smartretry</groupId>
<artifactId>retry-serializer-jackson2</artifactId>
<version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/retry-serializer-jackson2/
implementation 'com.github.hadoop002.smartretry:retry-serializer-jackson2:1.3.8'
// https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/retry-serializer-jackson2/
implementation ("com.github.hadoop002.smartretry:retry-serializer-jackson2:1.3.8")
'com.github.hadoop002.smartretry:retry-serializer-jackson2:jar:1.3.8'
<dependency org="com.github.hadoop002.smartretry" name="retry-serializer-jackson2" rev="1.3.8">
<artifact name="retry-serializer-jackson2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hadoop002.smartretry', module='retry-serializer-jackson2', version='1.3.8')
)
libraryDependencies += "com.github.hadoop002.smartretry" % "retry-serializer-jackson2" % "1.3.8"
[com.github.hadoop002.smartretry/retry-serializer-jackson2 "1.3.8"]
Group / Artifact | Type | Version |
---|---|---|
com.github.hadoop002.smartretry : retry-core | jar | 1.3.8 |
org.kohsuke.metainf-services : metainf-services | jar | 1.8 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.3 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.10.3 |
com.fasterxml.jackson.core : jackson-core | jar | 2.10.3 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |