MVN

tech.huffman.re-retrying : re-retrying

Maven & Gradle

Sep 30, 2017
1 usages
36 stars

re-retrying · A library to create configurable retrying strategies for an arbitrary function call, such as a method that connects to a remote service with flaky uptime.

<dependency>
    <groupId>tech.huffman.re-retrying</groupId>
    <artifactId>re-retrying</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.huffman.re-retrying : re-retrying to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0
  • Latest Release Candidate: 3.0.0-rc.2

All Versions

Choose a version of tech.huffman.re-retrying : re-retrying to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
re-retrying-3.0.0
re-retrying-3.0.0-rc.2
re-retrying-3.0.0-rc.1

How to add a dependency to Maven

Add the following tech.huffman.re-retrying : re-retrying maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.huffman.re-retrying</groupId>
    <artifactId>re-retrying</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.huffman.re-retrying : re-retrying gradle dependency to your build.gradle file:

implementation 'tech.huffman.re-retrying:re-retrying:3.0.0'

Gradle Kotlin DSL: Add the following tech.huffman.re-retrying : re-retrying gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.huffman.re-retrying:re-retrying:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.huffman.re-retrying : re-retrying sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.huffman.re-retrying" % "re-retrying" % "3.0.0"