is not current version
Last Version 5.8.4

cn.hutool:hutool-cron 4.5.15

Hutool 定时任务

GroupId

GroupId

cn.hutool
ArtifactId

ArtifactId

hutool-cron
Version

Version

4.5.15
Type

Type

jar

Download hutool-cron 4.5.15


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