| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcn.renlm.plugins | 
    
| ArtifactId | ArtifactIdMyPlugin-parent | 
    
| Last Version | Last Version2.4.4 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionMyPlugin 
            Java简化开发套路 
         | 
    
| Filename | Size | 
|---|---|
| MyPlugin-parent-2.4.4.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.renlm.plugins/MyPlugin-parent/ -->
<dependency>
    <groupId>cn.renlm.plugins</groupId>
    <artifactId>MyPlugin-parent</artifactId>
    <version>2.4.4</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/cn.renlm.plugins/MyPlugin-parent/
implementation 'cn.renlm.plugins:MyPlugin-parent:2.4.4'
                // https://jarcasting.com/artifacts/cn.renlm.plugins/MyPlugin-parent/
implementation ("cn.renlm.plugins:MyPlugin-parent:2.4.4")
                'cn.renlm.plugins:MyPlugin-parent:pom:2.4.4'
                <dependency org="cn.renlm.plugins" name="MyPlugin-parent" rev="2.4.4">
  <artifact name="MyPlugin-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='cn.renlm.plugins', module='MyPlugin-parent', version='2.4.4')
)
                libraryDependencies += "cn.renlm.plugins" % "MyPlugin-parent" % "2.4.4"
                [cn.renlm.plugins/MyPlugin-parent "2.4.4"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.11 | 
| junit : junit | jar | 4.13.2 |