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.4.1


Group ID:
com.krux
Artifact ID:
stubborn_2.12
Version:
1.4.1
Release Date:
Sept 10, 2019
Licenses:
Files:

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

Mill build tool

ivy"com.krux::stubborn:1.4.1"

Scala CLI

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

Ammonite REPL

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

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

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