How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.glassfish.metro</groupId>
<artifactId>helidon-bom</artifactId>
<version>3.0.0</version>
</dependency>
Choose a version of org.glassfish.metro : helidon-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
helidon-bom-3.0.0
|
||
2.0.x |
helidon-bom-2.0.1
|
||
helidon-bom-2.0.0
|
|||
1.0.x |
helidon-bom-1.0.1
|
||
helidon-bom-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.glassfish.metro</groupId>
<artifactId>helidon-bom</artifactId>
<version>3.0.0</version>
</dependency>
Advertisement