| Categories | CategoriesSpring Boot Container Microservices Quartz Application Layer Libs Job Scheduling | 
|---|---|
| GroupId | GroupIdio.github.danielpine | 
| ArtifactId | ArtifactIdquartz-spring-boot-starter | 
| Version | Version1.0.0-RELEASE | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| quartz-spring-boot-starter-1.0.0-RELEASE.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.danielpine/quartz-spring-boot-starter/ -->
<dependency>
    <groupId>io.github.danielpine</groupId>
    <artifactId>quartz-spring-boot-starter</artifactId>
    <version>1.0.0-RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/io.github.danielpine/quartz-spring-boot-starter/
implementation 'io.github.danielpine:quartz-spring-boot-starter:1.0.0-RELEASE'// https://jarcasting.com/artifacts/io.github.danielpine/quartz-spring-boot-starter/
implementation ("io.github.danielpine:quartz-spring-boot-starter:1.0.0-RELEASE")'io.github.danielpine:quartz-spring-boot-starter:pom:1.0.0-RELEASE'<dependency org="io.github.danielpine" name="quartz-spring-boot-starter" rev="1.0.0-RELEASE">
  <artifact name="quartz-spring-boot-starter" type="pom" />
</dependency>@Grapes(
@Grab(group='io.github.danielpine', module='quartz-spring-boot-starter', version='1.0.0-RELEASE')
)libraryDependencies += "io.github.danielpine" % "quartz-spring-boot-starter" % "1.0.0-RELEASE"[io.github.danielpine/quartz-spring-boot-starter "1.0.0-RELEASE"]