com.github.kaaveland:tryagain

tryagain is a micro-library to manage retries on operations that may fail because of exceptions.

License

License

GroupId

GroupId

com.github.kaaveland
ArtifactId

ArtifactId

tryagain
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.kaaveland:tryagain
tryagain is a micro-library to manage retries on operations that may fail because of exceptions.
Project URL

Project URL

https://github.com/kaaveland/tryagain

Download tryagain

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.kaaveland/tryagain/ -->
<dependency>
    <groupId>com.github.kaaveland</groupId>
    <artifactId>tryagain</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kaaveland/tryagain/
implementation 'com.github.kaaveland:tryagain:0.1.0'
// https://jarcasting.com/artifacts/com.github.kaaveland/tryagain/
implementation ("com.github.kaaveland:tryagain:0.1.0")
'com.github.kaaveland:tryagain:jar:0.1.0'
<dependency org="com.github.kaaveland" name="tryagain" rev="0.1.0">
  <artifact name="tryagain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kaaveland', module='tryagain', version='0.1.0')
)
libraryDependencies += "com.github.kaaveland" % "tryagain" % "0.1.0"
[com.github.kaaveland/tryagain "0.1.0"]

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-core jar 1.10.7
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.0