Download cron4j-2.2.5.jar file - Jar c

Jar examples for c:cron4j

Description

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.

License

GNU General Lesser Public License (LGPL) version 2.1

Build File

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'

Download

Click the following link to download the jar file.

cron4j-2.2.5-javadoc.jar
cron4j-2.2.5-sources.jar
cron4j-2.2.5.jar
cron4j-2.2.5.pom



Related Tutorials