How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.centit.framework</groupId>
<artifactId>framework-system-parent</artifactId>
<version>5.0.2101</version>
</dependency>
Choose a version of com.centit.framework : framework-system-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.0.x |
framework-system-parent-5.0.2101
|
||
4.6.x |
framework-system-parent-4.6.2007
|
||
4.4.x |
framework-system-parent-4.4.1812
|
||
4.2.x |
framework-system-parent-4.2.1809
|
||
framework-system-parent-4.2.1808
|
|||
4.1.x |
framework-system-parent-4.1.1806
|
||
framework-system-parent-4.1.1805
|
|||
framework-system-parent-4.1.1803
|
|||
4.0.x |
framework-system-parent-4.0.4
|
||
framework-system-parent-4.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.centit.framework</groupId>
<artifactId>framework-system-parent</artifactId>
<version>5.0.2101</version>
</dependency>
Advertisement