krux / stubborn   2.0.0

Apache License 2.0 GitHub

A Scala library for performing retries on actions that might fail.

Scala versions: 2.13 2.12 2.11 2.10

stubborn 2.0.0


Group ID:
com.krux
Artifact ID:
stubborn_2.13
Version:
2.0.0
Release Date:
Oct 24, 2020
Licenses:
Files:

libraryDependencies += "com.krux" %% "stubborn" % "2.0.0"

Mill build tool

ivy"com.krux::stubborn:2.0.0"

Scala CLI

//> using dep "com.krux::stubborn:2.0.0"

Ammonite REPL

import $ivy.`com.krux::stubborn:2.0.0`

<dependency>
  <groupId>com.krux</groupId>
  <artifactId>stubborn_2.13</artifactId>
  <version>2.0.0</version>
</dependency>

compile group: 'com.krux', name: 'stubborn_2.13', version: '2.0.0'