Jar examples for c:cron4j
cron4j is a scheduler for the Java platform which is very similar to the UNIX cron daemon.
You can download jar file cron4j 2.2.5 in this page.
GNU General Lesser Public License (LGPL) version 2.1
You can use the following script to add cron4j-2.2.5.jar to your project.
<dependency> <groupId>it.sauronsoftware.cron4j</groupId> <artifactId>cron4j</artifactId> <version>2.2.5</version> </dependency>
compile group: 'it.sauronsoftware.cron4j', name: 'cron4j', version: '2.2.5'
libraryDependencies += "it.sauronsoftware.cron4j" % "cron4j" % "2.2.5"
<dependency org="it.sauronsoftware.cron4j" name="cron4j" rev="2.2.5"/>
@Grapes(@Grab(group='it.sauronsoftware.cron4j', module='cron4j', version='2.2.5'))
'it.sauronsoftware.cron4j:cron4j:jar:2.2.5'
Click the following link to download the jar file.
cron4j-2.2.5-javadoc.jar