c

cron-hms

parse cron express to decide what hour.minute.second the job should execute in a day and calculate next execute moment after the given Date
https://gitee.com/xxssyyyyssxx/cron-hms
The Apache Software License, Version 2.0
xiongshiyan
Files download
File Operation
cron-hms-0.0.1.jar download
cron-hms-0.0.1.pom download
cron-hms-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>top.jfunc.cron</groupId>
  <artifactId>cron-hms</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'top.jfunc.cron:cron-hms:0.0.1'
Gradle Kotlin
implementation("top.jfunc.cron:cron-hms:0.0.1")
Scala SBT
libraryDependencies += "top.jfunc.cron" % "cron-hms" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='top.jfunc.cron', module='cron-hms', version='0.0.1')
)
Apache Ivy
<dependency org="top.jfunc.cron" name="cron-hms" rev="0.0.1" />
Leiningen
[top.jfunc.cron/cron-hms "0.0.1"]
Apache Buildr
'top.jfunc.cron:cron-hms:jar:0.0.1'
Dependencies