How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice-bom</artifactId>
<version>7.0.0</version>
</dependency>
Choose a version of com.google.inject : guice-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
7.0.x |
guice-bom-7.0.0
|
||
guice-bom-7.0.0-rc1
|
|||
6.0.x |
guice-bom-6.0.0
|
||
guice-bom-6.0.0-rc2
|
|||
guice-bom-6.0.0-rc1
|
|||
5.1.x |
guice-bom-5.1.0
|
||
5.0.x |
guice-bom-5.0.1
|
||
guice-bom-5.0.0
|
|||
guice-bom-5.0.0-BETA-1
|
|||
4.2.x |
guice-bom-4.2.3
|
||
guice-bom-4.2.2
|
|||
guice-bom-4.2.1
|
|||
guice-bom-4.2.0
|
|||
4.1.x |
guice-bom-4.1.0
|
||
4.0 |
guice-bom-4.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice-bom</artifactId>
<version>7.0.0</version>
</dependency>
Advertisement