Jar examples for c:cron-parser
A Java library that converts cron expressions into human readable strings
You can download jar file cron-parser 2.8 in this page.
The MIT License
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'
Click the following link to download the jar file.
cron-parser-2.8.pom