| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesMaven Build Tools Net | 
        
| GroupId | GroupIdnz.net.osnz.parent | 
    
| ArtifactId | ArtifactIdmaven-plugin-parent | 
    
| Last Version | Last Version1.3 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionmaven-plugin-parent 
            maven-plugin-parent 
         | 
    
| Filename | Size | 
|---|---|
| maven-plugin-parent-1.3.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/nz.net.osnz.parent/maven-plugin-parent/ -->
<dependency>
    <groupId>nz.net.osnz.parent</groupId>
    <artifactId>maven-plugin-parent</artifactId>
    <version>1.3</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/nz.net.osnz.parent/maven-plugin-parent/
implementation 'nz.net.osnz.parent:maven-plugin-parent:1.3'
                // https://jarcasting.com/artifacts/nz.net.osnz.parent/maven-plugin-parent/
implementation ("nz.net.osnz.parent:maven-plugin-parent:1.3")
                'nz.net.osnz.parent:maven-plugin-parent:pom:1.3'
                <dependency org="nz.net.osnz.parent" name="maven-plugin-parent" rev="1.3">
  <artifact name="maven-plugin-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='nz.net.osnz.parent', module='maven-plugin-parent', version='1.3')
)
                libraryDependencies += "nz.net.osnz.parent" % "maven-plugin-parent" % "1.3"
                [nz.net.osnz.parent/maven-plugin-parent "1.3"]