is not current version
Last Version 1.1.0

com.github.sorokinigor:yet-another-try 1.0.0

The library provides an asynchronous executor with an extensible retry policy.

Categories

Categories

Other General Purpose Libraries
GroupId

GroupId

com.github.sorokinigor
ArtifactId

ArtifactId

yet-another-try
Version

Version

1.0.0
Type

Type

jar

Download yet-another-try 1.0.0


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