License |
License
Mulan Permissive Software License,Version 2
|
---|---|
GroupId | GroupIdcn.hutool |
ArtifactId | ArtifactIdhutool-cron |
Last Version | Last Version5.8.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhutool-cron
Hutool 定时任务
|
Filename | Size |
---|---|
hutool-cron-5.8.4.pom | |
hutool-cron-5.8.4.jar | 36 KB |
hutool-cron-5.8.4-sources.jar | 33 KB |
hutool-cron-5.8.4-javadoc.jar | 238 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.hutool/hutool-cron/ -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-cron</artifactId>
<version>5.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hutool/hutool-cron/
implementation 'cn.hutool:hutool-cron:5.8.4'
// https://jarcasting.com/artifacts/cn.hutool/hutool-cron/
implementation ("cn.hutool:hutool-cron:5.8.4")
'cn.hutool:hutool-cron:jar:5.8.4'
<dependency org="cn.hutool" name="hutool-cron" rev="5.8.4">
<artifact name="hutool-cron" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hutool', module='hutool-cron', version='5.8.4')
)
libraryDependencies += "cn.hutool" % "hutool-cron" % "5.8.4"
[cn.hutool/hutool-cron "5.8.4"]
Group / Artifact | Type | Version |
---|---|---|
cn.hutool : hutool-core | jar | 5.8.4 |
cn.hutool : hutool-setting | jar | 5.8.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.projectlombok : lombok | jar | 1.18.24 |