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

License

License

Categories

Categories

Net
GroupId

GroupId

ch.eitchnet
ArtifactId

ArtifactId

cron
Last Version

Last Version

1.6.2
Release Date

Release Date

Type

Type

jar
Description

Description

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
Project URL

Project URL

https://github.com/eitch/cron
Source Code Management

Source Code Management

https://github.com/eitch/cron

Download cron

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.6.2