Recurrent

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

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.jodah
Идентификатор

Идентификатор

recurrent
Последняя версия

Последняя версия

0.7.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Recurrent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Ссылка на сайт

Ссылка на сайт

http://github.com/jhalterman/recurrent/
Система контроля версий

Система контроля версий

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

Скачать recurrent

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (6)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
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