| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.github.hiwepy | 
    
| ArtifactId | ArtifactIdxxljob-spring-boot-starter | 
    
| Last Version | Last Version1.0.0.RELEASE | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncom.github.hiwepy:xxljob-spring-boot-starter 
            Spring Boot Starter For XXL-Job 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/com.github.hiwepy/xxljob-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.hiwepy</groupId>
    <artifactId>xxljob-spring-boot-starter</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.hiwepy/xxljob-spring-boot-starter/
implementation 'com.github.hiwepy:xxljob-spring-boot-starter:1.0.0.RELEASE'
                // https://jarcasting.com/artifacts/com.github.hiwepy/xxljob-spring-boot-starter/
implementation ("com.github.hiwepy:xxljob-spring-boot-starter:1.0.0.RELEASE")
                'com.github.hiwepy:xxljob-spring-boot-starter:jar:1.0.0.RELEASE'
                <dependency org="com.github.hiwepy" name="xxljob-spring-boot-starter" rev="1.0.0.RELEASE">
  <artifact name="xxljob-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.hiwepy', module='xxljob-spring-boot-starter', version='1.0.0.RELEASE')
)
                libraryDependencies += "com.github.hiwepy" % "xxljob-spring-boot-starter" % "1.0.0.RELEASE"
                [com.github.hiwepy/xxljob-spring-boot-starter "1.0.0.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.12 | 
| org.slf4j : slf4j-api | jar | 1.7.30 | 
| org.springframework.boot : spring-boot-starter | jar | 2.3.0.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.0.RELEASE | 
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.0.RELEASE | 
| org.springframework : spring-web | jar | |
| com.alibaba : fastjson | jar | 1.2.75 | 
| com.xuxueli : xxl-job-core | jar | 2.2.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.30 | 
| org.springframework.boot : spring-boot-starter-test | jar | 2.3.0.RELEASE |