| License |
License |
|---|---|
| Categories |
CategoriesQuartz Application Layer Libs Job Scheduling |
| GroupId | GroupIdlove.forte.simple-robot.time-task |
| ArtifactId | ArtifactIdtime-task-quartz |
| Version | Version2.1.0-DEV.8 |
| Type | Typejar |
| Description |
Descriptionsimple-robot是一个通用bot开发框架,以同一种灵活的标准来编写不同平台的bot应用。而simpler-robot便是simple-robot 2.x版本命名。
|
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot.time-task/time-task-quartz/ -->
<dependency>
<groupId>love.forte.simple-robot.time-task</groupId>
<artifactId>time-task-quartz</artifactId>
<version>2.1.0-DEV.8</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot.time-task/time-task-quartz/
implementation 'love.forte.simple-robot.time-task:time-task-quartz:2.1.0-DEV.8'
// https://jarcasting.com/artifacts/love.forte.simple-robot.time-task/time-task-quartz/
implementation ("love.forte.simple-robot.time-task:time-task-quartz:2.1.0-DEV.8")
'love.forte.simple-robot.time-task:time-task-quartz:jar:2.1.0-DEV.8'
<dependency org="love.forte.simple-robot.time-task" name="time-task-quartz" rev="2.1.0-DEV.8">
<artifact name="time-task-quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot.time-task', module='time-task-quartz', version='2.1.0-DEV.8')
)
libraryDependencies += "love.forte.simple-robot.time-task" % "time-task-quartz" % "2.1.0-DEV.8"
[love.forte.simple-robot.time-task/time-task-quartz "2.1.0-DEV.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| love.forte.simple-robot.time-task : time-task-core | jar | 2.1.0-DEV.8 |
| love.forte.common : ioc Optional | jar | 1.0.2 |
| love.forte.simple-robot : api Optional | jar | 2.1.0-DEV.8 |
| org.quartz-scheduler : quartz | jar | 2.3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test | jar | 1.5.10 |
| org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.5.10 |