How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-bom</artifactId>
<version>2.26.1</version>
</dependency>
Choose a version of com.google.cloud : google-cloud-storage-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.26.x |
google-cloud-storage-bom-2.26.1
|
||
google-cloud-storage-bom-2.26.0
|
|||
2.25.x |
google-cloud-storage-bom-2.25.0
|
||
2.24.x |
google-cloud-storage-bom-2.24.0
|
||
2.23.x |
google-cloud-storage-bom-2.23.0
|
||
2.22.x |
google-cloud-storage-bom-2.22.6
|
||
google-cloud-storage-bom-2.22.5
|
|||
google-cloud-storage-bom-2.22.4
|
|||
google-cloud-storage-bom-2.22.3
|
|||
google-cloud-storage-bom-2.22.2
|
|||
google-cloud-storage-bom-2.22.1
|
|||
google-cloud-storage-bom-2.22.0
|
|||
2.21.x |
google-cloud-storage-bom-2.21.0
|
||
2.20.x |
google-cloud-storage-bom-2.20.2
|
||
google-cloud-storage-bom-2.20.1
|
|||
google-cloud-storage-bom-2.20.0
|
|||
2.19.x |
google-cloud-storage-bom-2.19.0
|
||
2.18.x |
google-cloud-storage-bom-2.18.0
|
||
2.17.x |
google-cloud-storage-bom-2.17.2
|
||
google-cloud-storage-bom-2.17.1
|
|||
google-cloud-storage-bom-2.17.0
|
|||
2.16.x |
google-cloud-storage-bom-2.16.0
|
||
2.15.x |
google-cloud-storage-bom-2.15.1
|
||
google-cloud-storage-bom-2.15.0
|
|||
2.14.x |
google-cloud-storage-bom-2.14.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-bom</artifactId>
<version>2.26.1</version>
</dependency>
Advertisement