MVN

it.serendigity.maven.parent : sndp-public-base-parent

Maven & Gradle

May 29, 2023

Basic parent pom for maven build configuration · Parent pom in order to inherit basic configuration for the public projects

<dependency>
    <groupId>it.serendigity.maven.parent</groupId>
    <artifactId>sndp-public-base-parent</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.serendigity.maven.parent : sndp-public-base-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of it.serendigity.maven.parent : sndp-public-base-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
sndp-public-base-parent-1.1.3
sndp-public-base-parent-1.1.2
sndp-public-base-parent-1.1.1
1.0.x
sndp-public-base-parent-1.0.0
0.6.x
sndp-public-base-parent-0.6.0
0.5.x
sndp-public-base-parent-0.5.0
0.4.x
sndp-public-base-parent-0.4.0
0.3.x
sndp-public-base-parent-0.3.0
0.2.x
sndp-public-base-parent-0.2.0
0.1.x
sndp-public-base-parent-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>it.serendigity.maven.parent</groupId>
    <artifactId>sndp-public-base-parent</artifactId>
    <version>1.1.3</version>
</dependency>