smt-retrying-parent
This project contains libraries that can be used to retry an execution until it finishes successfully.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.shiver-me-timbers |
| Идентификатор | Идентификаторsmt-retrying-parent |
| Последняя версия | Последняя версия3.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеsmt-retrying-parent
This parent pom provides access to the Spring Boot dependencies.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| smt-retrying-parent-3.0.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-retrying-parent/ -->
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-parent</artifactId>
<version>3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-retrying-parent/
implementation 'com.github.shiver-me-timbers:smt-retrying-parent:3.0'
// https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-retrying-parent/
implementation ("com.github.shiver-me-timbers:smt-retrying-parent:3.0")
'com.github.shiver-me-timbers:smt-retrying-parent:pom:3.0'
<dependency org="com.github.shiver-me-timbers" name="smt-retrying-parent" rev="3.0">
<artifact name="smt-retrying-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shiver-me-timbers', module='smt-retrying-parent', version='3.0')
)
libraryDependencies += "com.github.shiver-me-timbers" % "smt-retrying-parent" % "3.0"
[com.github.shiver-me-timbers/smt-retrying-parent "3.0"]
This project contains libraries that can be used to retry an execution until it finishes successfully.