| GroupId | GroupIdio.thorntail | 
    
|---|---|
| ArtifactId | ArtifactIdparent | 
    
| Version | Version11 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| parent-11.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.thorntail/parent/ -->
<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>parent</artifactId>
    <version>11</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.thorntail/parent/
implementation 'io.thorntail:parent:11'
                // https://jarcasting.com/artifacts/io.thorntail/parent/
implementation ("io.thorntail:parent:11")
                'io.thorntail:parent:pom:11'
                <dependency org="io.thorntail" name="parent" rev="11">
  <artifact name="parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.thorntail', module='parent', version='11')
)
                libraryDependencies += "io.thorntail" % "parent" % "11"
                [io.thorntail/parent "11"]