| Categories | 
                CategoriesMaven Build Tools | 
        
|---|---|
| GroupId | GroupIdorg.apache.maven.plugins | 
    
| ArtifactId | ArtifactIdmaven-plugin-parent | 
    
| Last Version | Last Version2.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionMaven Plugins 
            Maven Plugins 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| maven-plugin-parent-2.0.1.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.maven.plugins/maven-plugin-parent/ -->
<dependency>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-plugin-parent</artifactId>
    <version>2.0.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.maven.plugins/maven-plugin-parent/
implementation 'org.apache.maven.plugins:maven-plugin-parent:2.0.1'
                // https://jarcasting.com/artifacts/org.apache.maven.plugins/maven-plugin-parent/
implementation ("org.apache.maven.plugins:maven-plugin-parent:2.0.1")
                'org.apache.maven.plugins:maven-plugin-parent:pom:2.0.1'
                <dependency org="org.apache.maven.plugins" name="maven-plugin-parent" rev="2.0.1">
  <artifact name="maven-plugin-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.apache.maven.plugins', module='maven-plugin-parent', version='2.0.1')
)
                libraryDependencies += "org.apache.maven.plugins" % "maven-plugin-parent" % "2.0.1"
                [org.apache.maven.plugins/maven-plugin-parent "2.0.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.maven : maven-plugin-api | jar | 2.0.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.1 |