springworld
a series of components based in spring framework/springboot
| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.github.paganini2008.springworld | 
    
| ArtifactId | ArtifactIdscheduler-spring-boot-starter | 
    
| Last Version | Last Version2.0-RC1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionscheduler-spring-boot-starter 
            Common Components Based on Springboot 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.paganini2008.springworld/scheduler-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.paganini2008.springworld</groupId>
    <artifactId>scheduler-spring-boot-starter</artifactId>
    <version>2.0-RC1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.paganini2008.springworld/scheduler-spring-boot-starter/
implementation 'com.github.paganini2008.springworld:scheduler-spring-boot-starter:2.0-RC1'
                // https://jarcasting.com/artifacts/com.github.paganini2008.springworld/scheduler-spring-boot-starter/
implementation ("com.github.paganini2008.springworld:scheduler-spring-boot-starter:2.0-RC1")
                'com.github.paganini2008.springworld:scheduler-spring-boot-starter:jar:2.0-RC1'
                <dependency org="com.github.paganini2008.springworld" name="scheduler-spring-boot-starter" rev="2.0-RC1">
  <artifact name="scheduler-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.paganini2008.springworld', module='scheduler-spring-boot-starter', version='2.0-RC1')
)
                libraryDependencies += "com.github.paganini2008.springworld" % "scheduler-spring-boot-starter" % "2.0-RC1"
                [com.github.paganini2008.springworld/scheduler-spring-boot-starter "2.0-RC1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.paganini2008.springworld : cluster-spring-boot-starter | jar | 2.0-RC1 | 
| com.github.paganini2008 : devtools-lang | jar | 2.0-RC1 | 
| org.projectlombok : lombok | jar | |
| org.apache.commons : commons-lang3 | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.quartz-scheduler : quartz-jobs | jar | |
| org.quartz-scheduler : quartz | jar | 
a series of components based in spring framework/springboot