| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesMaven Build Tools Net | 
        
| GroupId | GroupIdnet.sf.buildbox.maven | 
    
| ArtifactId | ArtifactIdroot-pom | 
    
| Last Version | Last Version1.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionroot-pom:1-SNAPSHOT 
            
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| root-pom-1.0.1.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sf.buildbox.maven/root-pom/ -->
<dependency>
    <groupId>net.sf.buildbox.maven</groupId>
    <artifactId>root-pom</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/net.sf.buildbox.maven/root-pom/
implementation 'net.sf.buildbox.maven:root-pom:1.0.1'
                // https://jarcasting.com/artifacts/net.sf.buildbox.maven/root-pom/
implementation ("net.sf.buildbox.maven:root-pom:1.0.1")
                'net.sf.buildbox.maven:root-pom:pom:1.0.1'
                <dependency org="net.sf.buildbox.maven" name="root-pom" rev="1.0.1">
  <artifact name="root-pom" type="pom" />
</dependency>
                @Grapes(
@Grab(group='net.sf.buildbox.maven', module='root-pom', version='1.0.1')
)
                libraryDependencies += "net.sf.buildbox.maven" % "root-pom" % "1.0.1"
                [net.sf.buildbox.maven/root-pom "1.0.1"]