How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.infrastructurebuilder.util</groupId>
<artifactId>ibcore-bom</artifactId>
<version>0.20.0.0</version>
</dependency>
Choose a version of org.infrastructurebuilder.util : ibcore-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.20.x |
ibcore-bom-0.20.0.0
|
||
0.17.x |
ibcore-bom-0.17.3.0
|
||
ibcore-bom-0.17.2.0
|
|||
ibcore-bom-0.17.1.0
|
|||
ibcore-bom-0.17.0.0
|
|||
0.16.x |
ibcore-bom-0.16.0.1
|
||
ibcore-bom-0.16.0.0
|
|||
0.15.x |
ibcore-bom-0.15.1.0
|
||
ibcore-bom-0.15.0.0
|
|||
0.14.x |
ibcore-bom-0.14.0.0
|
||
0.13.x |
ibcore-bom-0.13.0.0
|
||
0.12.x |
ibcore-bom-0.12.0.0
|
||
0.11.x |
ibcore-bom-0.11.5.0
|
||
ibcore-bom-0.11.4.0
|
|||
ibcore-bom-0.11.3.0
|
|||
ibcore-bom-0.11.2.0
|
|||
ibcore-bom-0.11.1.0
|
|||
ibcore-bom-0.11.0.0
|
|||
0.10.x |
ibcore-bom-0.10.0.0
|
||
0.9.x |
ibcore-bom-0.9.1.0
|
||
ibcore-bom-0.9.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.infrastructurebuilder.util</groupId>
<artifactId>ibcore-bom</artifactId>
<version>0.20.0.0</version>
</dependency>
Advertisement