Maven Parent POM

Parent POM for all my Maven projects.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.clebert.maven
ArtifactId

ArtifactId

maven-parent
Last Version

Last Version

4
Release Date

Release Date

Type

Type

pom
Description

Description

Maven Parent POM
Parent POM for all my Maven projects.

Download maven-parent

Filename Size
maven-parent-4.pom 18 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.clebert.maven/maven-parent/ -->
<dependency>
    <groupId>com.clebert.maven</groupId>
    <artifactId>maven-parent</artifactId>
    <version>4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.clebert.maven/maven-parent/
implementation 'com.clebert.maven:maven-parent:4'
// https://jarcasting.com/artifacts/com.clebert.maven/maven-parent/
implementation ("com.clebert.maven:maven-parent:4")
'com.clebert.maven:maven-parent:pom:4'
<dependency org="com.clebert.maven" name="maven-parent" rev="4">
  <artifact name="maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.clebert.maven', module='maven-parent', version='4')
)
libraryDependencies += "com.clebert.maven" % "maven-parent" % "4"
[com.clebert.maven/maven-parent "4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
4
3
2
1