How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-framework-parent</artifactId>
<version>2.0.2.RELEASE</version>
</dependency>
Choose a version of io.choerodon : choerodon-framework-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
choerodon-framework-parent-2.0.2.RELEASE
|
||
choerodon-framework-parent-2.0.1.RELEASE
|
|||
choerodon-framework-parent-2.0.0.RELEASE
|
|||
1.1.x |
choerodon-framework-parent-1.1.1.RELEASE
|
||
choerodon-framework-parent-1.1.0.RELEASE
|
|||
1.0.x |
choerodon-framework-parent-1.0.1.RELEASE
|
||
choerodon-framework-parent-1.0.0.RELEASE
|
|||
0.19.x |
choerodon-framework-parent-0.19.1.RELEASE
|
||
0.18.x |
choerodon-framework-parent-0.18.1.RELEASE
|
||
choerodon-framework-parent-0.18.0.RELEASE
|
|||
0.17.x |
choerodon-framework-parent-0.17.2.RELEASE
|
||
choerodon-framework-parent-0.17.1.RELEASE
|
|||
0.15.x |
choerodon-framework-parent-0.15.1.RELEASE
|
||
choerodon-framework-parent-0.15.0.RELEASE
|
|||
0.14.x |
choerodon-framework-parent-0.14.0.RELEASE
|
||
0.13.x |
choerodon-framework-parent-0.13.0.RELEASE
|
||
0.12.x |
choerodon-framework-parent-0.12.0.RELEASE
|
||
0.11.x |
choerodon-framework-parent-0.11.0.RELEASE
|
||
0.10.x |
choerodon-framework-parent-0.10.0.RELEASE
|
||
0.9.x |
choerodon-framework-parent-0.9.0.RELEASE
|
||
0.8.x |
choerodon-framework-parent-0.8.0.RELEASE
|
||
0.7.x |
choerodon-framework-parent-0.7.0.RELEASE
|
||
0.6.x |
choerodon-framework-parent-0.6.0.RELEASE
|
||
0.5.x |
choerodon-framework-parent-0.5.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-framework-parent</artifactId>
<version>2.0.2.RELEASE</version>
</dependency>
Advertisement