| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.veithen | 
    
| ArtifactId | ArtifactIdparent | 
    
| Version | Version42 | 
        
| Type | Typepom | 
    
| Description | 
            Descriptioncom.github.veithen parent POM 
            Parent POM for com.github.veithen 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| parent-42.pom | 32 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.veithen/parent/ -->
<dependency>
    <groupId>com.github.veithen</groupId>
    <artifactId>parent</artifactId>
    <version>42</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.veithen/parent/
implementation 'com.github.veithen:parent:42'
                // https://jarcasting.com/artifacts/com.github.veithen/parent/
implementation ("com.github.veithen:parent:42")
                'com.github.veithen:parent:pom:42'
                <dependency org="com.github.veithen" name="parent" rev="42">
  <artifact name="parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.github.veithen', module='parent', version='42')
)
                libraryDependencies += "com.github.veithen" % "parent" % "42"
                [com.github.veithen/parent "42"]