Last Version

retry 1.0.1

An easy-to-use distributed retry component to help resolve the eventual consistency of calls between services in a distributed environment.

License

License

GroupId

GroupId

com.github.andy-a-coder
ArtifactId

ArtifactId

retry
Version

Version

1.0.1
Type

Type

jar
Description

Description

retry
An easy-to-use distributed retry component to help resolve the eventual consistency of calls between services in a distributed environment.
Project URL

Project URL

https://github.com/andy-a-coder/retry

Download retry 1.0.1


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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.rocketmq : rocketmq-spring-boot-starter jar 2.0.4
org.aspectj : aspectjweaver jar 1.8.14
org.projectlombok : lombok jar 1.16.22

Project Modules

There are no modules declared in this project.