is not current version
Last Version 5.8.4

cn.hutool:hutool-cron 5.5.8

Hutool 定时任务

GroupId

GroupId

cn.hutool
ArtifactId

ArtifactId

hutool-cron
Version

Version

5.5.8
Type

Type

jar

Download hutool-cron 5.5.8


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