smt-retrying-parent
This project contains libraries that can be used to retry an execution until it finishes successfully.
License |
License |
---|---|
GroupId | GroupIdcom.github.shiver-me-timbers |
ArtifactId | ArtifactIdsmt-retrying-parent |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionsmt-retrying-parent
This parent pom provides access to the Spring Boot dependencies.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
smt-retrying-parent-3.0.pom | 4 KB |
Browse |
<!-- 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.