| License |
License |
|---|---|
| GroupId | GroupIdcom.arakelian |
| ArtifactId | ArtifactIdretry |
| Last Version | Last Version5.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRetry
General purpose method for retrying arbitrary Java code with specific stop, retry, and exception handling capabilities.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| retry-5.3.0.pom | |
| retry-5.3.0.jar | 52 KB |
| retry-5.3.0-tests.jar | 44 KB |
| retry-5.3.0-sources.jar | 18 KB |
| retry-5.3.0-javadoc.jar | 435 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.arakelian/retry/ -->
<dependency>
<groupId>com.arakelian</groupId>
<artifactId>retry</artifactId>
<version>5.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.arakelian/retry/
implementation 'com.arakelian:retry:5.3.0'
// https://jarcasting.com/artifacts/com.arakelian/retry/
implementation ("com.arakelian:retry:5.3.0")
'com.arakelian:retry:jar:5.3.0'
<dependency org="com.arakelian" name="retry" rev="5.3.0">
<artifact name="retry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arakelian', module='retry', version='5.3.0')
)
libraryDependencies += "com.arakelian" % "retry" % "5.3.0"
[com.arakelian/retry "5.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.32 |