How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.foldright</groupId>
<artifactId>cffu-bom</artifactId>
<version>0.9.8</version>
</dependency>
Choose a version of io.foldright : cffu-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
cffu-bom-0.9.8
|
||
cffu-bom-0.9.7
|
|||
cffu-bom-0.9.6
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.foldright</groupId>
<artifactId>cffu-bom</artifactId>
<version>0.9.8</version>
</dependency>
Advertisement