How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storageinsights-parent</artifactId>
<version>0.8.0</version>
</dependency>
Choose a version of com.google.cloud : google-cloud-storageinsights-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.8.x |
google-cloud-storageinsights-parent-0.8.0
|
||
0.7.x |
google-cloud-storageinsights-parent-0.7.0
|
||
0.6.x |
google-cloud-storageinsights-parent-0.6.0
|
||
0.5.x |
google-cloud-storageinsights-parent-0.5.0
|
||
0.4.x |
google-cloud-storageinsights-parent-0.4.0
|
||
0.3.x |
google-cloud-storageinsights-parent-0.3.0
|
||
0.2.x |
google-cloud-storageinsights-parent-0.2.0
|
||
0.1.x |
google-cloud-storageinsights-parent-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storageinsights-parent</artifactId>
<version>0.8.0</version>
</dependency>
Advertisement