License |
License |
---|---|
GroupId | GroupIdcom.github.andy-a-coder |
ArtifactId | ArtifactIdretry |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptionretry
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 |
Filename | Size |
---|---|
retry-1.0.1.pom | |
retry-1.0.1.jar | 14 KB |
retry-1.0.1-sources.jar | 8 KB |
retry-1.0.1-javadoc.jar | 80 KB |
Browse |
<!-- 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"]
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 |