| License |
License |
|---|---|
| GroupId | GroupIdcom.nurkiewicz.asyncretry |
| ArtifactId | ArtifactIdasyncretry |
| Last Version | Last Version0.0.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAsync-Retry
Library that asynchronously retries failed invocations of arbitrary code
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| asyncretry-0.0.7.pom | |
| asyncretry-0.0.7.jar | 23 KB |
| asyncretry-0.0.7-sources.jar | 12 KB |
| asyncretry-0.0.7-javadoc.jar | 136 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nurkiewicz.asyncretry/asyncretry/ -->
<dependency>
<groupId>com.nurkiewicz.asyncretry</groupId>
<artifactId>asyncretry</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.nurkiewicz.asyncretry/asyncretry/
implementation 'com.nurkiewicz.asyncretry:asyncretry:0.0.7'
// https://jarcasting.com/artifacts/com.nurkiewicz.asyncretry/asyncretry/
implementation ("com.nurkiewicz.asyncretry:asyncretry:0.0.7")
'com.nurkiewicz.asyncretry:asyncretry:jar:0.0.7'
<dependency org="com.nurkiewicz.asyncretry" name="asyncretry" rev="0.0.7">
<artifact name="asyncretry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nurkiewicz.asyncretry', module='asyncretry', version='0.0.7')
)
libraryDependencies += "com.nurkiewicz.asyncretry" % "asyncretry" % "0.0.7"
[com.nurkiewicz.asyncretry/asyncretry "0.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.8.1 |
| org.assertj : assertj-core | jar | 1.6.0 |
| org.mockito : mockito-all | jar | 1.9.5 |
| commons-lang : commons-lang | jar | 2.6 |
| ch.qos.logback : logback-classic | jar | 1.0.7 |