Attempt

Attempt is a lightweight component provides declarative retry support for applications, not only but a polling strategy. With Attempt, you can easily poll for something with retry functionality. Non-spring and lightweight applications are friendly for a fewer dependencies.

License

License

GroupId

GroupId

io.github.icefrozen
ArtifactId

ArtifactId

Attempt
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Attempt
Attempt is a lightweight component provides declarative retry support for applications, not only but a polling strategy. With Attempt, you can easily poll for something with retry functionality. Non-spring and lightweight applications are friendly for a fewer dependencies.
Project URL

Project URL

https://github.com/IceFrozen/Attempt
Source Code Management

Source Code Management

https://github.com/IceFrozen/Attempt.git

Download Attempt

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.32
cglib : cglib jar 3.3.0
org.apache.commons : commons-lang3 jar 3.10

test (5)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.openjdk.jmh : jmh-core jar 1.23
org.openjdk.jmh : jmh-generator-annprocess jar 1.23
org.springframework.retry : spring-retry jar 1.2.5.RELEASE
org.springframework : spring-aspects jar 5.2.8.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.0