MVN

ch.eitchnet : cron

Maven & Gradle

May 02, 2020
2 usages
0 stars

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

<dependency>
    <groupId>ch.eitchnet</groupId>
    <artifactId>cron</artifactId>
    <version>1.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.eitchnet : cron to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.2

All Versions

Choose a version of ch.eitchnet : cron to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
cron-1.6.2

How to add a dependency to Maven

Add the following ch.eitchnet : cron maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.eitchnet</groupId>
    <artifactId>cron</artifactId>
    <version>1.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.eitchnet : cron gradle dependency to your build.gradle file:

implementation 'ch.eitchnet:cron:1.6.2'

Gradle Kotlin DSL: Add the following ch.eitchnet : cron gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.eitchnet:cron:1.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.eitchnet : cron sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.eitchnet" % "cron" % "1.6.2"

Advertisement

Dependencies from Group

May 02, 2020
2 usages
0 stars
Mar 06, 2017
1 stars

Discover Dependencies

Dec 17, 2021
Dec 30, 2021
2 stars
May 05, 2020
0 stars
May 05, 2020
2 usages
jim
May 05, 2020
Apr 02, 2022
25 stars
Aug 25, 2023
1 usages
1.9k stars