Simple retry mechanism for arbitrary function calls in Scala.
scala-retry 0.3.0
Group ID:
com.github.hipjim
Artifact ID:
scala-retry_2.12
Version:
0.3.0
Release Date:
Dec 23, 2018
Licenses:
Files:
libraryDependencies += "com.github.hipjim" %% "scala-retry" % "0.3.0"
ivy"com.github.hipjim::scala-retry:0.3.0"
//> using dep "com.github.hipjim::scala-retry:0.3.0"
import $ivy.`com.github.hipjim::scala-retry:0.3.0`
<dependency> <groupId>com.github.hipjim</groupId> <artifactId>scala-retry_2.12</artifactId> <version>0.3.0</version> </dependency>
compile group: 'com.github.hipjim', name: 'scala-retry_2.12', version: '0.3.0'