Categories |
CategoriesQuartz Application Layer Libs Job Scheduling |
---|---|
GroupId | GroupIdcom.listeningframework.boot |
ArtifactId | ArtifactIdlistening-boot-starter-quartz |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
listening-boot-starter-quartz-1.0.0.pom | |
listening-boot-starter-quartz-1.0.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.listeningframework.boot/listening-boot-starter-quartz/ -->
<dependency>
<groupId>com.listeningframework.boot</groupId>
<artifactId>listening-boot-starter-quartz</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.listeningframework.boot/listening-boot-starter-quartz/
implementation 'com.listeningframework.boot:listening-boot-starter-quartz:1.0.0'
// https://jarcasting.com/artifacts/com.listeningframework.boot/listening-boot-starter-quartz/
implementation ("com.listeningframework.boot:listening-boot-starter-quartz:1.0.0")
'com.listeningframework.boot:listening-boot-starter-quartz:jar:1.0.0'
<dependency org="com.listeningframework.boot" name="listening-boot-starter-quartz" rev="1.0.0">
<artifact name="listening-boot-starter-quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.listeningframework.boot', module='listening-boot-starter-quartz', version='1.0.0')
)
libraryDependencies += "com.listeningframework.boot" % "listening-boot-starter-quartz" % "1.0.0"
[com.listeningframework.boot/listening-boot-starter-quartz "1.0.0"]