| License | 
                License | 
        
|---|---|
| GroupId | GroupIdtools.devnull | 
    
| ArtifactId | ArtifactIdparent | 
    
| Last Version | Last Version1.2.3 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionparent 
            This is the parent pom 
         | 
    
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| parent-1.2.3.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/tools.devnull/parent/ -->
<dependency>
    <groupId>tools.devnull</groupId>
    <artifactId>parent</artifactId>
    <version>1.2.3</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/tools.devnull/parent/
implementation 'tools.devnull:parent:1.2.3'
                // https://jarcasting.com/artifacts/tools.devnull/parent/
implementation ("tools.devnull:parent:1.2.3")
                'tools.devnull:parent:pom:1.2.3'
                <dependency org="tools.devnull" name="parent" rev="1.2.3">
  <artifact name="parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='tools.devnull', module='parent', version='1.2.3')
)
                libraryDependencies += "tools.devnull" % "parent" % "1.2.3"
                [tools.devnull/parent "1.2.3"]