is not current version
Last Version 3.22

com.craterdog.maven-parent-poms:root 3.9

The root parent POM for all other POM files.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.craterdog.maven-parent-poms
ArtifactId

ArtifactId

root
Version

Version

3.9
Type

Type

pom

Download root 3.9

Filename Size
root-3.9.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.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.craterdog.maven-parent-poms/root/
implementation 'com.craterdog.maven-parent-poms:root:3.9'
// https://jarcasting.com/artifacts/com.craterdog.maven-parent-poms/root/
implementation ("com.craterdog.maven-parent-poms:root:3.9")
'com.craterdog.maven-parent-poms:root:pom:3.9'
<dependency org="com.craterdog.maven-parent-poms" name="root" rev="3.9">
  <artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.craterdog.maven-parent-poms', module='root', version='3.9')
)
libraryDependencies += "com.craterdog.maven-parent-poms" % "root" % "3.9"
[com.craterdog.maven-parent-poms/root "3.9"]