is not current version
Last Version 1.0.0

com.alibaba:easy-retry 1.0.0.RC

easy-retry

GroupId

GroupId

com.alibaba
ArtifactId

ArtifactId

easy-retry
Version

Version

1.0.0.RC
Type

Type

pom

Download easy-retry 1.0.0.RC

Filename Size
easy-retry-1.0.0.RC.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.alibaba/easy-retry/ -->
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>easy-retry</artifactId>
    <version>1.0.0.RC</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba/easy-retry/
implementation 'com.alibaba:easy-retry:1.0.0.RC'
// https://jarcasting.com/artifacts/com.alibaba/easy-retry/
implementation ("com.alibaba:easy-retry:1.0.0.RC")
'com.alibaba:easy-retry:pom:1.0.0.RC'
<dependency org="com.alibaba" name="easy-retry" rev="1.0.0.RC">
  <artifact name="easy-retry" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba', module='easy-retry', version='1.0.0.RC')
)
libraryDependencies += "com.alibaba" % "easy-retry" % "1.0.0.RC"
[com.alibaba/easy-retry "1.0.0.RC"]