License |
License |
---|---|
GroupId | GroupIdcom.evanlennick |
ArtifactId | ArtifactIdretry4j |
Last Version | Last Version0.15.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.evanlennick:retry4j
Library for retrying Java logic.
|
Project URL |
Project URL |
Filename | Size |
---|---|
retry4j-0.15.0.pom | |
retry4j-0.15.0.jar | 20 KB |
retry4j-0.15.0-sources.jar | 11 KB |
retry4j-0.15.0-javadoc.jar | 132 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.evanlennick/retry4j/ -->
<dependency>
<groupId>com.evanlennick</groupId>
<artifactId>retry4j</artifactId>
<version>0.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.evanlennick/retry4j/
implementation 'com.evanlennick:retry4j:0.15.0'
// https://jarcasting.com/artifacts/com.evanlennick/retry4j/
implementation ("com.evanlennick:retry4j:0.15.0")
'com.evanlennick:retry4j:jar:0.15.0'
<dependency org="com.evanlennick" name="retry4j" rev="0.15.0">
<artifact name="retry4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.evanlennick', module='retry4j', version='0.15.0')
)
libraryDependencies += "com.evanlennick" % "retry4j" % "0.15.0"
[com.evanlennick/retry4j "0.15.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.19 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.19 |
org.testng : testng | jar | 6.13.1 |
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.8.0 |
org.mockito : mockito-core | jar | 1.10.19 |