| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcn.magichand | 
    
| ArtifactId | ArtifactIdmagichand-dependencies-parent | 
    
| Last Version | Last Version3.0.3 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionmagichand-dependencies-parent 
            magichand parent 
         | 
    
| Filename | Size | 
|---|---|
| magichand-dependencies-parent-3.0.3.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.magichand/magichand-dependencies-parent/ -->
<dependency>
    <groupId>cn.magichand</groupId>
    <artifactId>magichand-dependencies-parent</artifactId>
    <version>3.0.3</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/cn.magichand/magichand-dependencies-parent/
implementation 'cn.magichand:magichand-dependencies-parent:3.0.3'
                // https://jarcasting.com/artifacts/cn.magichand/magichand-dependencies-parent/
implementation ("cn.magichand:magichand-dependencies-parent:3.0.3")
                'cn.magichand:magichand-dependencies-parent:pom:3.0.3'
                <dependency org="cn.magichand" name="magichand-dependencies-parent" rev="3.0.3">
  <artifact name="magichand-dependencies-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='cn.magichand', module='magichand-dependencies-parent', version='3.0.3')
)
                libraryDependencies += "cn.magichand" % "magichand-dependencies-parent" % "3.0.3"
                [cn.magichand/magichand-dependencies-parent "3.0.3"]