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>
Choose a version of com.fossgalaxy.common : parent-pom to add to Maven - Latest 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
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.fossgalaxy.common</groupId>
<artifactId>parent-pom</artifactId>
<version>0.4</version>
</dependency>
Advertisement