com.github.simkuenzi:cronext

croNext evaluates the next schedule time for a specified cron expression.

Лицензия

Лицензия

Группа

Группа

com.github.simkuenzi
Идентификатор

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

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

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

0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.github.simkuenzi:cronext
croNext evaluates the next schedule time for a specified cron expression.
Ссылка на сайт

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

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

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

https://github.com/simkuenzi/cronext

Скачать cronext

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

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-engine jar 5.4.2

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

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

croNext

croNext evaluates the next schedule time for a specified cron expression.

CronExpr cronExpr = new CronExpr("4 19 2 12 ?");
LocalDateTime nextScheduleTime = cronExpr.next(LocalDateTime.of(2019, 2, 8, 17, 43));
System.out.println(nextScheduleTime);

The example writes the next schedule time after February 8th 2019, 17:43 to the console.

2019-12-02T19:04

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

Версия
0.1