How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>pub.ihub.lib</groupId>
<artifactId>ihub-bom</artifactId>
<version>1.2.1</version>
</dependency>
Choose a version of pub.ihub.lib : ihub-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
ihub-bom-1.2.1
|
||
ihub-bom-1.2.0
|
|||
1.1.x |
ihub-bom-1.1.9
|
||
ihub-bom-1.1.8
|
|||
ihub-bom-1.1.7
|
|||
ihub-bom-1.1.6
|
|||
ihub-bom-1.1.5
|
|||
ihub-bom-1.1.4
|
|||
ihub-bom-1.1.3
|
|||
ihub-bom-1.1.2
|
|||
ihub-bom-1.1.1
|
|||
ihub-bom-1.1.0
|
|||
1.0.x |
ihub-bom-1.0.17
|
||
ihub-bom-1.0.16
|
|||
ihub-bom-1.0.15
|
|||
ihub-bom-1.0.14
|
|||
ihub-bom-1.0.13
|
|||
ihub-bom-1.0.12
|
|||
ihub-bom-1.0.11
|
|||
ihub-bom-1.0.10
|
|||
ihub-bom-1.0.9
|
|||
ihub-bom-1.0.8
|
|||
ihub-bom-1.0.7
|
|||
ihub-bom-1.0.6
|
|||
ihub-bom-1.0.5
|
|||
ihub-bom-1.0.4
|
|||
ihub-bom-1.0.3
|
|||
ihub-bom-1.0.2
|
|||
ihub-bom-1.0.1
|
|||
ihub-bom-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>pub.ihub.lib</groupId>
<artifactId>ihub-bom</artifactId>
<version>1.2.1</version>
</dependency>
Advertisement