stubborn


License

License

GroupId

GroupId

com.krux
ArtifactId

ArtifactId

stubborn_2.10
Last Version

Last Version

1.3.0
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.10

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.7
org.slf4j : slf4j-api jar 1.7.12

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.10 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.3.0
1.2.1
1.2.0
1.1.0
1.0.0