MVN

com.fossgalaxy.common : parent-pom

Maven & Gradle

Apr 09, 2018

FOSS Galaxy POM · A super POM for FOSS Galaxy projects.

<dependency>
    <groupId>com.fossgalaxy.common</groupId>
    <artifactId>parent-pom</artifactId>
    <version>0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fossgalaxy.common : parent-pom to add to Maven - Latest Versions:

  • Latest Stable: 0.4

All Versions

Choose a version of com.fossgalaxy.common : parent-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4
parent-pom-0.4
0.3
parent-pom-0.3
0.2
parent-pom-0.2
0.1
parent-pom-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.fossgalaxy.common</groupId>
    <artifactId>parent-pom</artifactId>
    <version>0.4</version>
</dependency>

Advertisement