MVN

com.sta-soft : masterpom

Maven & Gradle

Apr 14, 2021

MasterPom · The parent pom of all M-Projects. It defines versions of plugins and dependencies used in these projects.

<dependency>
    <groupId>com.sta-soft</groupId>
    <artifactId>masterpom</artifactId>
    <version>1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sta-soft : masterpom to add to Maven - Latest Versions:

  • Latest Stable: 1.10

All Versions

Choose a version of com.sta-soft : masterpom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.10
masterpom-1.10
1.9
masterpom-1.9
1.8
masterpom-1.8
1.7
masterpom-1.7
1.6
masterpom-1.6
1.5
masterpom-1.5
1.4
masterpom-1.4
1.4a
masterpom-1.4a

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.sta-soft</groupId>
    <artifactId>masterpom</artifactId>
    <version>1.10</version>
</dependency>

Advertisement