| License | 
                License | 
        
|---|---|
| GroupId | GroupIdbr.com.jbugbrasil | 
    
| ArtifactId | ArtifactIdparent-pom | 
    
| Last Version | Last Version1.2 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionJBug:Brasil - Parent pom 
            Parent pom para projetos baseados em maven da organização JBug:Brasil 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| parent-pom-1.2.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/br.com.jbugbrasil/parent-pom/ -->
<dependency>
    <groupId>br.com.jbugbrasil</groupId>
    <artifactId>parent-pom</artifactId>
    <version>1.2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/br.com.jbugbrasil/parent-pom/
implementation 'br.com.jbugbrasil:parent-pom:1.2'
                // https://jarcasting.com/artifacts/br.com.jbugbrasil/parent-pom/
implementation ("br.com.jbugbrasil:parent-pom:1.2")
                'br.com.jbugbrasil:parent-pom:pom:1.2'
                <dependency org="br.com.jbugbrasil" name="parent-pom" rev="1.2">
  <artifact name="parent-pom" type="pom" />
</dependency>
                @Grapes(
@Grab(group='br.com.jbugbrasil', module='parent-pom', version='1.2')
)
                libraryDependencies += "br.com.jbugbrasil" % "parent-pom" % "1.2"
                [br.com.jbugbrasil/parent-pom "1.2"]