| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdcom.craterdog.maven-parent-poms |
| ArtifactId | ArtifactIdroot |
| Last Version | Last Version3.22 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionCrater Dog Root Parent POM
The root parent POM for all other POM files.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| root-3.22.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.craterdog.maven-parent-poms/root/ -->
<dependency>
<groupId>com.craterdog.maven-parent-poms</groupId>
<artifactId>root</artifactId>
<version>3.22</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.craterdog.maven-parent-poms/root/
implementation 'com.craterdog.maven-parent-poms:root:3.22'
// https://jarcasting.com/artifacts/com.craterdog.maven-parent-poms/root/
implementation ("com.craterdog.maven-parent-poms:root:3.22")
'com.craterdog.maven-parent-poms:root:pom:3.22'
<dependency org="com.craterdog.maven-parent-poms" name="root" rev="3.22">
<artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.craterdog.maven-parent-poms', module='root', version='3.22')
)
libraryDependencies += "com.craterdog.maven-parent-poms" % "root" % "3.22"
[com.craterdog.maven-parent-poms/root "3.22"]