Categories |
CategoriesQuartz Application Layer Libs Job Scheduling |
---|---|
GroupId | GroupIdcom.eworkcloud.starter |
ArtifactId | ArtifactIdework-cloud-starter-quartz |
Version | Version2.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.eworkcloud.starter/ework-cloud-starter-quartz/ -->
<dependency>
<groupId>com.eworkcloud.starter</groupId>
<artifactId>ework-cloud-starter-quartz</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.eworkcloud.starter/ework-cloud-starter-quartz/
implementation 'com.eworkcloud.starter:ework-cloud-starter-quartz:2.0.2'
// https://jarcasting.com/artifacts/com.eworkcloud.starter/ework-cloud-starter-quartz/
implementation ("com.eworkcloud.starter:ework-cloud-starter-quartz:2.0.2")
'com.eworkcloud.starter:ework-cloud-starter-quartz:jar:2.0.2'
<dependency org="com.eworkcloud.starter" name="ework-cloud-starter-quartz" rev="2.0.2">
<artifact name="ework-cloud-starter-quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eworkcloud.starter', module='ework-cloud-starter-quartz', version='2.0.2')
)
libraryDependencies += "com.eworkcloud.starter" % "ework-cloud-starter-quartz" % "2.0.2"
[com.eworkcloud.starter/ework-cloud-starter-quartz "2.0.2"]