Categories |
CategoriesSpring Boot Container Microservices Quartz Application Layer Libs Job Scheduling |
---|---|
GroupId | GroupIdcom.fit2cloud |
ArtifactId | ArtifactIdquartz-spring-boot-starter |
Version | Version0.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.fit2cloud/quartz-spring-boot-starter/ -->
<dependency>
<groupId>com.fit2cloud</groupId>
<artifactId>quartz-spring-boot-starter</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.fit2cloud/quartz-spring-boot-starter/
implementation 'com.fit2cloud:quartz-spring-boot-starter:0.0.4'
// https://jarcasting.com/artifacts/com.fit2cloud/quartz-spring-boot-starter/
implementation ("com.fit2cloud:quartz-spring-boot-starter:0.0.4")
'com.fit2cloud:quartz-spring-boot-starter:jar:0.0.4'
<dependency org="com.fit2cloud" name="quartz-spring-boot-starter" rev="0.0.4">
<artifact name="quartz-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fit2cloud', module='quartz-spring-boot-starter', version='0.0.4')
)
libraryDependencies += "com.fit2cloud" % "quartz-spring-boot-starter" % "0.0.4"
[com.fit2cloud/quartz-spring-boot-starter "0.0.4"]