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