License |
License
AL2
|
---|---|
GroupId | GroupIdio.thorntail |
ArtifactId | ArtifactIdparent |
Last Version | Last Version12 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThorntail: Parent
Thorntail: Parent
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-12.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.thorntail/parent/ -->
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>parent</artifactId>
<version>12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/parent/
implementation 'io.thorntail:parent:12'
// https://jarcasting.com/artifacts/io.thorntail/parent/
implementation ("io.thorntail:parent:12")
'io.thorntail:parent:pom:12'
<dependency org="io.thorntail" name="parent" rev="12">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='parent', version='12')
)
libraryDependencies += "io.thorntail" % "parent" % "12"
[io.thorntail/parent "12"]