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