Download cron-utils-6.0.3.jar file - Jar c

Jar examples for c:cron-utils

Description

A Java library to parse, migrate and validate crons as well as describe them in human readable language

You can download jar file cron-utils 6.0.3 in this page.

License

Apache 2.0

Build File

You can use the following script to add cron-utils-6.0.3.jar to your project.

<dependency>
   <groupId>com.cronutils</groupId>
   <artifactId>cron-utils</artifactId>
   <version>6.0.3</version>
</dependency>
compile group: 'com.cronutils', name: 'cron-utils', version: '6.0.3'
libraryDependencies += "com.cronutils" % "cron-utils" % "6.0.3"
<dependency org="com.cronutils" name="cron-utils" rev="6.0.3"/>
@Grapes(@Grab(group='com.cronutils', module='cron-utils', version='6.0.3'))
'com.cronutils:cron-utils:jar:6.0.3'

Download

Click the following link to download the jar file.

cron-utils-6.0.3-javadoc.jar
cron-utils-6.0.3-sources.jar
cron-utils-6.0.3.jar
cron-utils-6.0.3.pom



Related Tutorials