| GroupId | GroupIdcn.renlm.plugins | 
    
|---|---|
| ArtifactId | ArtifactIdMyPlugin-parent | 
    
| Version | Version1.0.1.RELEASE | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| MyPlugin-parent-1.0.1.RELEASE.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.renlm.plugins/MyPlugin-parent/ -->
<dependency>
    <groupId>cn.renlm.plugins</groupId>
    <artifactId>MyPlugin-parent</artifactId>
    <version>1.0.1.RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/cn.renlm.plugins/MyPlugin-parent/
implementation 'cn.renlm.plugins:MyPlugin-parent:1.0.1.RELEASE'
                // https://jarcasting.com/artifacts/cn.renlm.plugins/MyPlugin-parent/
implementation ("cn.renlm.plugins:MyPlugin-parent:1.0.1.RELEASE")
                'cn.renlm.plugins:MyPlugin-parent:pom:1.0.1.RELEASE'
                <dependency org="cn.renlm.plugins" name="MyPlugin-parent" rev="1.0.1.RELEASE">
  <artifact name="MyPlugin-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='cn.renlm.plugins', module='MyPlugin-parent', version='1.0.1.RELEASE')
)
                libraryDependencies += "cn.renlm.plugins" % "MyPlugin-parent" % "1.0.1.RELEASE"
                [cn.renlm.plugins/MyPlugin-parent "1.0.1.RELEASE"]