d

devtools-cron4j

A light weight task scheduling tools
https://github.com/paganini2008/devtools
Files download
File Operation
devtools-cron4j-2.0-RC5.jar download
devtools-cron4j-2.0-RC5.pom download
devtools-cron4j-2.0-RC5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.paganini2008</groupId>
  <artifactId>devtools-cron4j</artifactId>
  <version>2.0-RC5</version>
</dependency>
Gradle Groovy
implementation 'com.github.paganini2008:devtools-cron4j:2.0-RC5'
Gradle Kotlin
implementation("com.github.paganini2008:devtools-cron4j:2.0-RC5")
Scala SBT
libraryDependencies += "com.github.paganini2008" % "devtools-cron4j" % "2.0-RC5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.paganini2008', module='devtools-cron4j', version='2.0-RC5')
)
Apache Ivy
<dependency org="com.github.paganini2008" name="devtools-cron4j" rev="2.0-RC5" />
Leiningen
[com.github.paganini2008/devtools-cron4j "2.0-RC5"]
Apache Buildr
'com.github.paganini2008:devtools-cron4j:jar:2.0-RC5'