| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.hadoop002.smartretry |
| Идентификатор | Идентификаторretry-serializer |
| Последняя версия | Последняя версия1.3.8 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеretry-serializer
Smart Retry主要是用来进行任务重试的。Smart Retry最大的特点是异步重试,支持持久化,系统重启之后可以继续重试。
|
| Имя Файла | Размер |
|---|---|
| retry-serializer-1.3.8.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/retry-serializer/ -->
<dependency>
<groupId>com.github.hadoop002.smartretry</groupId>
<artifactId>retry-serializer</artifactId>
<version>1.3.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/retry-serializer/
implementation 'com.github.hadoop002.smartretry:retry-serializer:1.3.8'
// https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/retry-serializer/
implementation ("com.github.hadoop002.smartretry:retry-serializer:1.3.8")
'com.github.hadoop002.smartretry:retry-serializer:pom:1.3.8'
<dependency org="com.github.hadoop002.smartretry" name="retry-serializer" rev="1.3.8">
<artifact name="retry-serializer" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hadoop002.smartretry', module='retry-serializer', version='1.3.8')
)
libraryDependencies += "com.github.hadoop002.smartretry" % "retry-serializer" % "1.3.8"
[com.github.hadoop002.smartretry/retry-serializer "1.3.8"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.hadoop002.smartretry : retry-core | jar | 1.3.8 |
| org.kohsuke.metainf-services : metainf-services | jar | 1.8 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.12 |