How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.icefaces</groupId>
<artifactId>bundle-parent</artifactId>
<version>4.3.0</version>
</dependency>
Choose a version of org.icefaces : bundle-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.3.x |
bundle-parent-4.3.0
|
||
4.2.x |
bundle-parent-4.2.0
|
||
4.1.x |
bundle-parent-4.1.1
|
||
bundle-parent-4.1.0
|
|||
4.0.x |
bundle-parent-4.0.0
|
||
3.3.x |
bundle-parent-3.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.icefaces</groupId>
<artifactId>bundle-parent</artifactId>
<version>4.3.0</version>
</dependency>
Advertisement