Recurrent

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

Categories

Categories

Net
GroupId

GroupId

net.jodah
ArtifactId

ArtifactId

recurrent
Last Version

Last Version

0.7.1
Release Date

Release Date

Type

Type

jar
Description

Description

Recurrent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project URL

Project URL

http://github.com/jhalterman/recurrent/
Source Code Management

Source Code Management

http://github.com/jhalterman/recurrent/

Download recurrent

How to add to project

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

Dependencies

test (6)

Group / Artifact Type Version
org.testng : testng jar 6.9.10
org.mockito : mockito-all jar 2.0.2-beta
net.jodah : concurrentunit jar 0.4.2
io.reactivex : rxjava jar 1.0.12
io.netty : netty-all jar 4.0.21.Final
io.vertx : vertx-core jar 3.0.0

Project Modules

There are no modules declared in this project.

Failsafe

Build Status Maven Central License JavaDoc Join the chat at https://gitter.im/jhalterman/failsafe

Failsafe is a lightweight, zero-dependency library for handling failures in Java 8+, with a concise API for handling everyday use cases and the flexibility to handle everything else. It works by wrapping executable logic with one or more resilience policies, which can be combined and composed as needed. Current policies include Retry, Timeout, Fallback, and CircuitBreaker.

Usage

Visit the Failsafe website.

Contributing

Check out the contributing guidelines.

License

Copyright Jonathan Halterman and friends. Released under the Apache 2.0 license.

Versions

Version
0.7.1
0.7.0
0.6.0
0.5.0
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0