| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcn.jiangzeyin | 
    
| ArtifactId | ArtifactIdjob | 
    
| Last Version | Last Version1.0.8 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionquartz-job 
            java quartz jobUtil 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| job-1.0.8.pom | |
| job-1.0.8.jar | 24 KB | 
| job-1.0.8-sources.jar | 13 KB | 
| job-1.0.8-javadoc.jar | 121 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.jiangzeyin/job/ -->
<dependency>
    <groupId>cn.jiangzeyin</groupId>
    <artifactId>job</artifactId>
    <version>1.0.8</version>
</dependency>
                // https://jarcasting.com/artifacts/cn.jiangzeyin/job/
implementation 'cn.jiangzeyin:job:1.0.8'
                // https://jarcasting.com/artifacts/cn.jiangzeyin/job/
implementation ("cn.jiangzeyin:job:1.0.8")
                'cn.jiangzeyin:job:jar:1.0.8'
                <dependency org="cn.jiangzeyin" name="job" rev="1.0.8">
  <artifact name="job" type="jar" />
</dependency>
                @Grapes(
@Grab(group='cn.jiangzeyin', module='job', version='1.0.8')
)
                libraryDependencies += "cn.jiangzeyin" % "job" % "1.0.8"
                [cn.jiangzeyin/job "1.0.8"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.quartz-scheduler : quartz | jar | 2.3.0 | 
| com.alibaba : fastjson | jar | 1.2.47 |