| License |
License |
|---|---|
| GroupId | GroupIdio.github.icefrozen |
| ArtifactId | ArtifactIdAttempt |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAttempt
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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| Attempt-0.1.0.pom | |
| Attempt-0.1.0.jar | 87 KB |
| Attempt-0.1.0-sources.jar | 55 KB |
| Attempt-0.1.0-javadoc.jar | 417 KB |
| Browse |
<!-- 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"]
| 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 |
| 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 |