MVN

net.leanix.poms : common-parent

Maven & Gradle

Feb 21, 2022

common-parent · General leanIX parent pom to define the versions of used libraries and plugins. All common settings are defined here.

<dependency>
    <groupId>net.leanix.poms</groupId>
    <artifactId>common-parent</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.leanix.poms : common-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of net.leanix.poms : common-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
common-parent-2.0.2
common-parent-2.0.1
common-parent-2.0.0
0.8.x
common-parent-0.8.4
common-parent-0.8.3
common-parent-0.8.2
common-parent-0.8.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.leanix.poms</groupId>
    <artifactId>common-parent</artifactId>
    <version>2.0.2</version>
</dependency>

Advertisement