is not current version
Last Version 1.0.0

com.alibaba:easy-retry 1.0.0.RC1

easy-retry

GroupId

GroupId

com.alibaba
ArtifactId

ArtifactId

easy-retry
Version

Version

1.0.0.RC1
Type

Type

pom

Download easy-retry 1.0.0.RC1

Filename Size
easy-retry-1.0.0.RC1.pom 1 KB
Browse

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