Maven Project Parent

The Maven Project Parent POM provides all the common settings for all the Maven projects.

License

License

Categories

Categories

Maven Build Tools Net
GroupId

GroupId

net.sulea.cristian
ArtifactId

ArtifactId

maven-project-parent
Last Version

Last Version

2.5
Release Date

Release Date

Type

Type

pom
Description

Description

Maven Project Parent
The Maven Project Parent POM provides all the common settings for all the Maven projects.
Source Code Management

Source Code Management

https://github.com/cristian-sulea/maven-project-parent

Download maven-project-parent

How to add to project

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

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.

Maven Project Parent

The Parent POM provides all the common settings for all the Maven projects.

Versions

Version
2.5
2.4
2.3
2.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.1
1.2
1.1
1.0