| License | 
                License | 
        
|---|---|
| GroupId | GroupIdde.bildschirmarbeiter | 
    
| ArtifactId | ArtifactIdparent | 
    
| Version | Version8 | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionBildschirmarbeiter Parent 
            Parent project for Bildschirmarbeiter 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| parent-8.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/de.bildschirmarbeiter/parent/ -->
<dependency>
    <groupId>de.bildschirmarbeiter</groupId>
    <artifactId>parent</artifactId>
    <version>8</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/de.bildschirmarbeiter/parent/
implementation 'de.bildschirmarbeiter:parent:8'
                // https://jarcasting.com/artifacts/de.bildschirmarbeiter/parent/
implementation ("de.bildschirmarbeiter:parent:8")
                'de.bildschirmarbeiter:parent:pom:8'
                <dependency org="de.bildschirmarbeiter" name="parent" rev="8">
  <artifact name="parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='de.bildschirmarbeiter', module='parent', version='8')
)
                libraryDependencies += "de.bildschirmarbeiter" % "parent" % "8"
                [de.bildschirmarbeiter/parent "8"]