How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.mtvnet.boxspring.modules</groupId>
<artifactId>boxspring-modules-parent</artifactId>
<version>7</version>
</dependency>
Choose a version of com.mtvnet.boxspring.modules : boxspring-modules-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
7 |
boxspring-modules-parent-7
|
||
6 |
boxspring-modules-parent-6
|
||
5 |
boxspring-modules-parent-5
|
||
4 |
boxspring-modules-parent-4
|
||
3 |
boxspring-modules-parent-3
|
||
2 |
boxspring-modules-parent-2
|
||
1 |
boxspring-modules-parent-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.mtvnet.boxspring.modules</groupId>
<artifactId>boxspring-modules-parent</artifactId>
<version>7</version>
</dependency>
Advertisement