| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcn.db101 | 
    
| ArtifactId | ArtifactIdxxl-job-spring-boot-starter | 
    
| Last Version | Last Version1.1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionxxl-job-spring-boot-starter 
            xxl job schedule springboot starter 
         | 
    
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/cn.db101/xxl-job-spring-boot-starter/ -->
<dependency>
    <groupId>cn.db101</groupId>
    <artifactId>xxl-job-spring-boot-starter</artifactId>
    <version>1.1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/cn.db101/xxl-job-spring-boot-starter/
implementation 'cn.db101:xxl-job-spring-boot-starter:1.1.0'
                // https://jarcasting.com/artifacts/cn.db101/xxl-job-spring-boot-starter/
implementation ("cn.db101:xxl-job-spring-boot-starter:1.1.0")
                'cn.db101:xxl-job-spring-boot-starter:jar:1.1.0'
                <dependency org="cn.db101" name="xxl-job-spring-boot-starter" rev="1.1.0">
  <artifact name="xxl-job-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='cn.db101', module='xxl-job-spring-boot-starter', version='1.1.0')
)
                libraryDependencies += "cn.db101" % "xxl-job-spring-boot-starter" % "1.1.0"
                [cn.db101/xxl-job-spring-boot-starter "1.1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.3.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor | jar | 2.1.3.RELEASE | 
| com.xuxueli : xxl-job-core | jar | 2.0.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.6 |