Backoff


License

License

MIT
GroupId

GroupId

pt.tecnico.dsi
ArtifactId

ArtifactId

backoff_2.11
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Backoff
Backoff
Project URL

Project URL

https://github.com/ist-dsi/Backoff
Project Organization

Project Organization

pt.tecnico.dsi
Source Code Management

Source Code Management

https://github.com/ist-dsi/Backoff

Download backoff_2.11

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.7
com.typesafe : config jar 1.3.0

test (2)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 2.2.4
org.scalacheck : scalacheck_2.11 jar 1.12.5

Project Modules

There are no modules declared in this project.

Scala Backoff

Maven Central Build Status Codacy Badge license

Constant, linear, exponential and fibonacci backoff functions for Scala 2.11

Usage

TODO

Please refer to documentation for more details.

Install

To use backoff in an SBT project, add the following dependency to your build.sbt:

libraryDependencies += "pt.tecnico.dsi" %% "backoff" % "1.0.3"

Or in maven, you can add backoff to your pom.xml:

<dependency>
    <groupId>pt.tecnico.dsi</groupId>
    <artifactId>backoff_2.11</artifactId>
    <version>1.0.3</version>
</dependency>

Build instructions

backoff uses SBT for building and requires Java 8.

$ git clone https://github.com/ist-dsi/backoff.git
$ cd backoff
$ sbt update
$ sbt compile

Then you can run the tests simply by:

sbt test

License

Backoff is open source and available under the MIT license.

pt.tecnico.dsi

Técnico Lisboa - DSI

Versions

Version
1.0.3
1.0.1