Last Version

com.github.kaaveland:tryagain 0.1.0

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
Version

Version

0.1.0
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 0.1.0


<!-- 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.