| License |
License |
|---|---|
| GroupId | GroupIdcom.jpardus.cron |
| ArtifactId | ArtifactIdtask |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiontask
基于spring和quatz的任务处理框架。
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| task-1.0.0.pom | |
| task-1.0.0-sources.jar | 460 bytes |
| task-1.0.0-javadoc.jar | 456 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jpardus.cron/task/ -->
<dependency>
<groupId>com.jpardus.cron</groupId>
<artifactId>task</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jpardus.cron/task/
implementation 'com.jpardus.cron:task:1.0.0'
// https://jarcasting.com/artifacts/com.jpardus.cron/task/
implementation ("com.jpardus.cron:task:1.0.0")
'com.jpardus.cron:task:jar:1.0.0'
<dependency org="com.jpardus.cron" name="task" rev="1.0.0">
<artifact name="task" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jpardus.cron', module='task', version='1.0.0')
)
libraryDependencies += "com.jpardus.cron" % "task" % "1.0.0"
[com.jpardus.cron/task "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.jpardus.spider : sccs | jar | 2.0.1 |
| org.springframework : spring-core | jar | 4.3.13.RELEASE |
| org.springframework : spring-context | jar | 4.3.13.RELEASE |
| org.quartz-scheduler : quartz | jar | 2.3.2 |
| com.jpardus.spider : fasten | jar | 2.0.0 |