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