takezoe / scala-retry   0.0.6

Apache License 2.0 GitHub

Simple retry functionality for Scala

Scala versions: 2.13 2.12 2.11

scala-retry 0.0.1


Group ID:
com.github.takezoe
Artifact ID:
scala-retry_2.12
Version:
0.0.1
Release Date:
Apr 21, 2018
Licenses:
Files:

libraryDependencies += "com.github.takezoe" %% "scala-retry" % "0.0.1"

Mill build tool

ivy"com.github.takezoe::scala-retry:0.0.1"

Scala CLI

//> using dep "com.github.takezoe::scala-retry:0.0.1"

Ammonite REPL

import $ivy.`com.github.takezoe::scala-retry:0.0.1`

<dependency>
  <groupId>com.github.takezoe</groupId>
  <artifactId>scala-retry_2.12</artifactId>
  <version>0.0.1</version>
</dependency>

compile group: 'com.github.takezoe', name: 'scala-retry_2.12', version: '0.0.1'