is not current version
Last Version 5.8.4

cn.hutool:hutool-cron 4.0.9

Hutool 定时任务

GroupId

GroupId

cn.hutool
ArtifactId

ArtifactId

hutool-cron
Version

Version

4.0.9
Type

Type

jar

Download hutool-cron 4.0.9


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