| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.anji-plus | 
    
| ArtifactId | ArtifactIdjob | 
    
| Version | Version1.0.0.RELEASE | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionSpring Boot Parent 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| job-1.0.0.RELEASE.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.anji-plus/job/ -->
<dependency>
    <groupId>com.github.anji-plus</groupId>
    <artifactId>job</artifactId>
    <version>1.0.0.RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.anji-plus/job/
implementation 'com.github.anji-plus:job:1.0.0.RELEASE'
                // https://jarcasting.com/artifacts/com.github.anji-plus/job/
implementation ("com.github.anji-plus:job:1.0.0.RELEASE")
                'com.github.anji-plus:job:pom:1.0.0.RELEASE'
                <dependency org="com.github.anji-plus" name="job" rev="1.0.0.RELEASE">
  <artifact name="job" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.github.anji-plus', module='job', version='1.0.0.RELEASE')
)
                libraryDependencies += "com.github.anji-plus" % "job" % "1.0.0.RELEASE"
                [com.github.anji-plus/job "1.0.0.RELEASE"]