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 1.3.0


Group ID:
com.krux
Artifact ID:
stubborn_2.12
Version:
1.3.0
Release Date:
Feb 26, 2018
Licenses:
Files:

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

Mill build tool

ivy"com.krux::stubborn:1.3.0"

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>com.krux</groupId>
  <artifactId>stubborn_2.12</artifactId>
  <version>1.3.0</version>
</dependency>

compile group: 'com.krux', name: 'stubborn_2.12', version: '1.3.0'