stubborn


License

License

GroupId

GroupId

com.krux
ArtifactId

ArtifactId

stubborn_2.11
Last Version

Last Version

1.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

stubborn
stubborn
Project URL

Project URL

https://github.com/krux/stubborn
Project Organization

Project Organization

com.krux
Source Code Management

Source Code Management

https://github.com/krux/stubborn

Download stubborn_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.krux/stubborn_2.11/ -->
<dependency>
    <groupId>com.krux</groupId>
    <artifactId>stubborn_2.11</artifactId>
    <version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.krux/stubborn_2.11/
implementation 'com.krux:stubborn_2.11:1.4.1'
// https://jarcasting.com/artifacts/com.krux/stubborn_2.11/
implementation ("com.krux:stubborn_2.11:1.4.1")
'com.krux:stubborn_2.11:jar:1.4.1'
<dependency org="com.krux" name="stubborn_2.11" rev="1.4.1">
  <artifact name="stubborn_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.krux', module='stubborn_2.11', version='1.4.1')
)
libraryDependencies += "com.krux" % "stubborn_2.11" % "1.4.1"
[com.krux/stubborn_2.11 "1.4.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
org.slf4j : slf4j-api jar 1.7.25

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.4

Project Modules

There are no modules declared in this project.

Stubborn

Build Status Stories in Ready

Stubborn: having or showing dogged determination not to change one's attitude or position on something.

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

Configuration

Add the Sonatype.org Releases repo as a resolver in your build.sbt or Build.scala as appropriate.

resolvers += "Sonatype.org Releases" at "https://oss.sonatype.org/content/repositories/releases/"

Add stubborn as a dependency in your build.sbt or Build.scala as appropriate.

libraryDependencies ++= Seq(
  // Other dependencies ...
  "com.krux" %% "stubborn" % "2.0.0"
)

Scala Versions

This project is compiled, tested, and published for the following Scala versions:

  1. 2.13.x
  2. 2.12.x

Usage

See examples in examples directory.

License

Stubborn is licensed under APL 2.0.

com.krux

Krux

Versions

Version
1.4.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0