cron

Cron expression parser and evaluator. Allows for specifying cron - expressions (in Unix or Quartz like format) and evaluating when it will next match. Originally written by https://github.com/frode-carlsen/cron

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

ch.eitchnet
Идентификатор

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

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

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

1.6.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

cron
Cron expression parser and evaluator. Allows for specifying cron - expressions (in Unix or Quartz like format) and evaluating when it will next match. Originally written by https://github.com/frode-carlsen/cron
Ссылка на сайт

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

https://github.com/eitch/cron
Система контроля версий

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

https://github.com/eitch/cron

Скачать cron

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

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

Fork from https://github.com/set-de/cron

cron

Cron expression parser and evaluator.

Allows for specifying cron - expressions (in Unix or Quartz like format) and evaluating when it will next match.

Usage

See javadoc

Change history and credits

version 1.5:

  • 2019-08-02: performance improvement when next time is further into the future (java8) by @n3world

version 1.4:

  • 2017-02-13: added support for java6 (supports android 4) by @adelnizamutdinov
  • 2016-09-11: rewritten to Java 8 DateTime by @zemiak

version 1.3:

  • 2015-09-23: added timezone to tests by @alf

version 1.2:

  • 2015-08-05: added protection for endless loop when looking up Feb 30th & optional seconds by @michaelknigge

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

Версия
1.6.2