How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-web-parent</artifactId>
<version>6.19.6</version>
</dependency>
Choose a version of org.eclipse.che.plugin : che-plugin-web-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
7.0.x |
che-plugin-web-parent-7.0.0-rc-3.0
|
||
che-plugin-web-parent-7.0.0-RC-1.1
|
|||
che-plugin-web-parent-7.0.0-RC-2.0
|
|||
che-plugin-web-parent-7.0.0-RC-1.0
|
|||
che-plugin-web-parent-7.0.0-beta-5.0
|
|||
che-plugin-web-parent-7.0.0-beta-4.0
|
|||
che-plugin-web-parent-7.0.0-beta-3.0
|
|||
che-plugin-web-parent-7.0.0-beta-2.0
|
|||
che-plugin-web-parent-7.0.0-beta-1.0
|
|||
6.19.x |
che-plugin-web-parent-6.19.6
|
||
che-plugin-web-parent-6.19.5
|
|||
che-plugin-web-parent-6.19.4
|
|||
che-plugin-web-parent-6.19.3
|
|||
che-plugin-web-parent-6.19.2
|
|||
che-plugin-web-parent-6.19.1
|
|||
che-plugin-web-parent-6.19.0
|
|||
6.18.x |
che-plugin-web-parent-6.18.2
|
||
che-plugin-web-parent-6.18.1
|
|||
che-plugin-web-parent-6.18.0
|
|||
6.17.x |
che-plugin-web-parent-6.17.1
|
||
che-plugin-web-parent-6.17.0
|
|||
6.16.x |
che-plugin-web-parent-6.16.0
|
||
6.15.x |
che-plugin-web-parent-6.15.0
|
||
6.14.x |
che-plugin-web-parent-6.14.2
|
||
che-plugin-web-parent-6.14.1
|
|||
che-plugin-web-parent-6.14.0
|
|||
6.13.x |
che-plugin-web-parent-6.13.1
|
||
che-plugin-web-parent-6.13.0
|
|||
6.12.x |
che-plugin-web-parent-6.12.2
|
||
che-plugin-web-parent-6.12.1
|
|||
che-plugin-web-parent-6.12.0
|
|||
6.11.x |
che-plugin-web-parent-6.11.1
|
||
che-plugin-web-parent-6.11.0
|
|||
6.10.x |
che-plugin-web-parent-6.10.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-web-parent</artifactId>
<version>6.19.6</version>
</dependency>
Advertisement