R

RetryCatch

A retry catch mechanism that provides a synchronous and asynchronous running, using Java 8. Basically, it trying to save your code, if it's broken.
https://github.com/bnsd55/RetryCatch
MIT License
Ben Shaharizad
Files download
File Operation
RetryCatch-1.0.0.jar download
RetryCatch-1.0.0.pom download
RetryCatch-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.bnsd55</groupId>
  <artifactId>RetryCatch</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.bnsd55:RetryCatch:1.0.0'
Gradle Kotlin
implementation("com.github.bnsd55:RetryCatch:1.0.0")
Scala SBT
libraryDependencies += "com.github.bnsd55" % "RetryCatch" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bnsd55', module='RetryCatch', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.bnsd55" name="RetryCatch" rev="1.0.0" />
Leiningen
[com.github.bnsd55/RetryCatch "1.0.0"]
Apache Buildr
'com.github.bnsd55:RetryCatch:jar:1.0.0'
Dependencies
The project has no third-party dependencies