How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>in.sourceshift.genericmodules</groupId>
<artifactId>parent</artifactId>
<version>17.0.0</version>
</dependency>
Choose a version of in.sourceshift.genericmodules : parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
17.0.x |
parent-17.0.0
|
||
16.1.x |
parent-16.1.0
|
||
16.0.x |
parent-16.0.0
|
||
2.0.x |
parent-2.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>in.sourceshift.genericmodules</groupId>
<artifactId>parent</artifactId>
<version>17.0.0</version>
</dependency>
Advertisement