License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdclub.zhcs |
ArtifactId | ArtifactIddistributed-job-spring-boot-starter |
Version | Version1.0 |
Type | Typejar |
Description |
Description分布式任务调度系统
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/club.zhcs/distributed-job-spring-boot-starter/ -->
<dependency>
<groupId>club.zhcs</groupId>
<artifactId>distributed-job-spring-boot-starter</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/club.zhcs/distributed-job-spring-boot-starter/
implementation 'club.zhcs:distributed-job-spring-boot-starter:1.0'
// https://jarcasting.com/artifacts/club.zhcs/distributed-job-spring-boot-starter/
implementation ("club.zhcs:distributed-job-spring-boot-starter:1.0")
'club.zhcs:distributed-job-spring-boot-starter:jar:1.0'
<dependency org="club.zhcs" name="distributed-job-spring-boot-starter" rev="1.0">
<artifact name="distributed-job-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='club.zhcs', module='distributed-job-spring-boot-starter', version='1.0')
)
libraryDependencies += "club.zhcs" % "distributed-job-spring-boot-starter" % "1.0"
[club.zhcs/distributed-job-spring-boot-starter "1.0"]
Group / Artifact | Type | Version |
---|---|---|
club.zhcs : distributed-job-core | jar | 1.0 |
org.springframework.boot : spring-boot-autoconfigure | jar | 1.5.14.RELEASE |
org.springframework.boot : spring-boot-configuration-processor | jar | 1.5.14.RELEASE |
org.springframework.boot : spring-boot-starter | jar | 1.5.14.RELEASE |