| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.felfert | 
    
| ArtifactId | ArtifactIdparent | 
    
| Last Version | Last Version1.4 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionParent POM for com.github.felfert 
            Standard parent POM for com.github.felfert 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| parent-1.4.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.felfert/parent/ -->
<dependency>
    <groupId>com.github.felfert</groupId>
    <artifactId>parent</artifactId>
    <version>1.4</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.felfert/parent/
implementation 'com.github.felfert:parent:1.4'
                // https://jarcasting.com/artifacts/com.github.felfert/parent/
implementation ("com.github.felfert:parent:1.4")
                'com.github.felfert:parent:pom:1.4'
                <dependency org="com.github.felfert" name="parent" rev="1.4">
  <artifact name="parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.github.felfert', module='parent', version='1.4')
)
                libraryDependencies += "com.github.felfert" % "parent" % "1.4"
                [com.github.felfert/parent "1.4"]