Download cron-parser-2.8.jar file - Jar c

Jar examples for c:cron-parser

Description

A Java library that converts cron expressions into human readable strings

You can download jar file cron-parser 2.8 in this page.

License

The MIT License

Build File

You can use the following script to add cron-parser-2.8.jar to your project.

<dependency>
   <groupId>net.redhogs.cronparser</groupId>
   <artifactId>cron-parser</artifactId>
   <version>2.8</version>
</dependency>
compile group: 'net.redhogs.cronparser', name: 'cron-parser', version: '2.8'
libraryDependencies += "net.redhogs.cronparser" % "cron-parser" % "2.8"
<dependency org="net.redhogs.cronparser" name="cron-parser" rev="2.8"/>
@Grapes(@Grab(group='net.redhogs.cronparser', module='cron-parser', version='2.8'))
'net.redhogs.cronparser:cron-parser:jar:2.8'

Download

Click the following link to download the jar file.

cron-parser-2.8.pom



Related Tutorials