How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>club.gclmit</groupId>
<artifactId>chaos-bom</artifactId>
<version>2.5.0</version>
</dependency>
Choose a version of club.gclmit : chaos-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.5.x |
chaos-bom-2.5.0
|
||
2.4.x |
chaos-bom-2.4.4
|
||
chaos-bom-2.4.3
|
|||
chaos-bom-2.4.2
|
|||
chaos-bom-2.4.1
|
|||
chaos-bom-2.4.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>club.gclmit</groupId>
<artifactId>chaos-bom</artifactId>
<version>2.5.0</version>
</dependency>
Advertisement