How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.infrastructurebuilder.data</groupId>
<artifactId>ibdata-bom</artifactId>
<version>0.3.5.0</version>
</dependency>
Choose a version of org.infrastructurebuilder.data : ibdata-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3.x |
ibdata-bom-0.3.5.0
|
||
ibdata-bom-0.3.4.0
|
|||
ibdata-bom-0.3.3.0
|
|||
ibdata-bom-0.3.2.0
|
|||
ibdata-bom-0.3.1.0
|
|||
0.2.x |
ibdata-bom-0.2.0.0
|
||
0.1.x |
ibdata-bom-0.1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.infrastructurebuilder.data</groupId>
<artifactId>ibdata-bom</artifactId>
<version>0.3.5.0</version>
</dependency>
Advertisement