is not current version
Last Version 1.0.1

com.github.stuxuhai:jcron 1.0.0

Cron expression parser for java

GroupId

GroupId

com.github.stuxuhai
ArtifactId

ArtifactId

jcron
Version

Version

1.0.0
Type

Type

jar

Download jcron 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.stuxuhai/jcron/ -->
<dependency>
    <groupId>com.github.stuxuhai</groupId>
    <artifactId>jcron</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stuxuhai/jcron/
implementation 'com.github.stuxuhai:jcron:1.0.0'
// https://jarcasting.com/artifacts/com.github.stuxuhai/jcron/
implementation ("com.github.stuxuhai:jcron:1.0.0")
'com.github.stuxuhai:jcron:jar:1.0.0'
<dependency org="com.github.stuxuhai" name="jcron" rev="1.0.0">
  <artifact name="jcron" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stuxuhai', module='jcron', version='1.0.0')
)
libraryDependencies += "com.github.stuxuhai" % "jcron" % "1.0.0"
[com.github.stuxuhai/jcron "1.0.0"]