ant-task

一个mini的定时任务管理器

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.hwywl
ArtifactId

ArtifactId

ant-task
Last Version

Last Version

1.0.2-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

ant-task
一个mini的定时任务管理器
Project URL

Project URL

https://github.com/HWYWL/ant-task
Source Code Management

Source Code Management

https://github.com/HWYWL/ant-task

Download ant-task

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.5.4
cn.hutool : hutool-all jar 5.7.12

provided (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.5.4

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.5.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2-RELEASE
1.0.1-RELEASE