MVN

net.mwgr.testing.gitlab.parent : parent-common

Maven & Gradle

May 01, 2023

net.mwgr.testing.gitlab.parent:parent-common · A common parent POM for all my projects in the testing area. It mainly provides plugin management and some useful profiles.

<dependency>
    <groupId>net.mwgr.testing.gitlab.parent</groupId>
    <artifactId>parent-common</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.mwgr.testing.gitlab.parent : parent-common to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of net.mwgr.testing.gitlab.parent : parent-common to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
parent-common-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.mwgr.testing.gitlab.parent</groupId>
    <artifactId>parent-common</artifactId>
    <version>1.0</version>
</dependency>