How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.jformatb</groupId>
<artifactId>jformatb-bom</artifactId>
<version>0.1</version>
</dependency>
Choose a version of io.github.jformatb : jformatb-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1 |
jformatb-bom-0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.jformatb</groupId>
<artifactId>jformatb-bom</artifactId>
<version>0.1</version>
</dependency>
Advertisement