| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesMaven Build Tools | 
        
| GroupId | GroupIdorg.apache.maven | 
    
| ArtifactId | ArtifactIdmaven-plugin-surrogate-parent | 
    
| Version | Version5 | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionMaven Plugins Surrogate Parent 
            Maven is a software project management and comprehension tool. Based on the concept of a project object model
    (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
    <br/>
    This POM is provided to fix the plugins top-level multimodule build, until we can route around problems with
    references to report plugins that introduce DAG cycles. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| maven-plugin-surrogate-parent-5.pom | 10 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.maven/maven-plugin-surrogate-parent/ -->
<dependency>
    <groupId>org.apache.maven</groupId>
    <artifactId>maven-plugin-surrogate-parent</artifactId>
    <version>5</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.maven/maven-plugin-surrogate-parent/
implementation 'org.apache.maven:maven-plugin-surrogate-parent:5'
                // https://jarcasting.com/artifacts/org.apache.maven/maven-plugin-surrogate-parent/
implementation ("org.apache.maven:maven-plugin-surrogate-parent:5")
                'org.apache.maven:maven-plugin-surrogate-parent:pom:5'
                <dependency org="org.apache.maven" name="maven-plugin-surrogate-parent" rev="5">
  <artifact name="maven-plugin-surrogate-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.apache.maven', module='maven-plugin-surrogate-parent', version='5')
)
                libraryDependencies += "org.apache.maven" % "maven-plugin-surrogate-parent" % "5"
                [org.apache.maven/maven-plugin-surrogate-parent "5"]