How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.hexagonkt</groupId>
<artifactId>hexagon_bom</artifactId>
<version>3.0.3</version>
</dependency>
Choose a version of com.hexagonkt : hexagon_bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
hexagon_bom-3.0.3
|
||
hexagon_bom-3.0.2
|
|||
hexagon_bom-3.0.1
|
|||
hexagon_bom-3.0.0
|
|||
hexagon_bom-3.0.0-B9
|
|||
hexagon_bom-3.0.0-B8
|
|||
hexagon_bom-3.0.0-B7
|
|||
hexagon_bom-3.0.0-B6
|
|||
hexagon_bom-3.0.0-B5
|
|||
hexagon_bom-3.0.0-B4
|
|||
hexagon_bom-3.0.0-B3
|
|||
hexagon_bom-3.0.0-B2
|
|||
hexagon_bom-3.0.0-B1
|
|||
2.8.x |
hexagon_bom-2.8.6
|
||
hexagon_bom-2.8.5
|
|||
hexagon_bom-2.8.4
|
|||
hexagon_bom-2.8.3
|
|||
hexagon_bom-2.8.2
|
|||
hexagon_bom-2.8.1
|
|||
hexagon_bom-2.8.0
|
|||
2.7.x |
hexagon_bom-2.7.0
|
||
2.6.x |
hexagon_bom-2.6.8
|
||
hexagon_bom-2.6.7
|
|||
hexagon_bom-2.6.6
|
|||
hexagon_bom-2.6.5
|
|||
hexagon_bom-2.6.4
|
|||
hexagon_bom-2.6.3
|
|||
hexagon_bom-2.6.2
|
|||
hexagon_bom-2.6.1
|
|||
hexagon_bom-2.6.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.hexagonkt</groupId>
<artifactId>hexagon_bom</artifactId>
<version>3.0.3</version>
</dependency>
Advertisement