Files download
File Operation
easy-retry-3.2.0.pom download
Apache Maven
<dependency>
  <groupId>com.aizuda</groupId>
  <artifactId>easy-retry</artifactId>
  <version>3.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.aizuda:easy-retry:3.2.0'
Gradle Kotlin
implementation("com.aizuda:easy-retry:3.2.0")
Scala SBT
libraryDependencies += "com.aizuda" % "easy-retry" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.aizuda', module='easy-retry', version='3.2.0')
)
Apache Ivy
<dependency org="com.aizuda" name="easy-retry" rev="3.2.0" />
Leiningen
[com.aizuda/easy-retry "3.2.0"]
Apache Buildr
'com.aizuda:easy-retry:jar:3.2.0'
Dependencies
The project has no third-party dependencies