| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcn.jiangzeyin | 
    
| ArtifactId | ArtifactIdcommon-parent | 
    
| Last Version | Last Version1.1.11 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionSpring Boot Common Parent 
            Spring Boot common-boot 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| common-parent-1.1.11.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.jiangzeyin/common-parent/ -->
<dependency>
    <groupId>cn.jiangzeyin</groupId>
    <artifactId>common-parent</artifactId>
    <version>1.1.11</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/cn.jiangzeyin/common-parent/
implementation 'cn.jiangzeyin:common-parent:1.1.11'
                // https://jarcasting.com/artifacts/cn.jiangzeyin/common-parent/
implementation ("cn.jiangzeyin:common-parent:1.1.11")
                'cn.jiangzeyin:common-parent:pom:1.1.11'
                <dependency org="cn.jiangzeyin" name="common-parent" rev="1.1.11">
  <artifact name="common-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='cn.jiangzeyin', module='common-parent', version='1.1.11')
)
                libraryDependencies += "cn.jiangzeyin" % "common-parent" % "1.1.11"
                [cn.jiangzeyin/common-parent "1.1.11"]