文件下载
文件名 操作
easy-retry-2.3.1.pom 下载
Apache Maven
<dependency>
  <groupId>com.aizuda</groupId>
  <artifactId>easy-retry</artifactId>
  <version>2.3.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.aizuda:easy-retry:2.3.1'
Gradle Kotlin
implementation("com.aizuda:easy-retry:2.3.1")
Scala SBT
libraryDependencies += "com.aizuda" % "easy-retry" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.aizuda', module='easy-retry', version='2.3.1')
)
Apache Ivy
<dependency org="com.aizuda" name="easy-retry" rev="2.3.1" />
Leiningen
[com.aizuda/easy-retry "2.3.1"]
Apache Buildr
'com.aizuda:easy-retry:jar:2.3.1'
本项目依赖
该项目无第三方依赖