Files download
File Operation
easy-retry-common-1.0.0.jar download
easy-retry-common-1.0.0.pom download
easy-retry-common-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alibaba</groupId>
  <artifactId>easy-retry-common</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba:easy-retry-common:1.0.0'
Gradle Kotlin
implementation("com.alibaba:easy-retry-common:1.0.0")
Scala SBT
libraryDependencies += "com.alibaba" % "easy-retry-common" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba', module='easy-retry-common', version='1.0.0')
)
Apache Ivy
<dependency org="com.alibaba" name="easy-retry-common" rev="1.0.0" />
Leiningen
[com.alibaba/easy-retry-common "1.0.0"]
Apache Buildr
'com.alibaba:easy-retry-common:jar:1.0.0'