How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>google-common-protos-parent</artifactId>
<version>2.23.0</version>
</dependency>
Choose a version of com.google.api.grpc : google-common-protos-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.23.x |
google-common-protos-parent-2.23.0
|
||
2.22.x |
google-common-protos-parent-2.22.1
|
||
google-common-protos-parent-2.22.0
|
|||
2.21.x |
google-common-protos-parent-2.21.0
|
||
2.20.x |
google-common-protos-parent-2.20.0
|
||
2.19.x |
google-common-protos-parent-2.19.1
|
||
google-common-protos-parent-2.19.0
|
|||
2.18.x |
google-common-protos-parent-2.18.0
|
||
2.17.x |
google-common-protos-parent-2.17.0
|
||
2.16.x |
google-common-protos-parent-2.16.0
|
||
2.15.x |
google-common-protos-parent-2.15.0
|
||
2.14.x |
google-common-protos-parent-2.14.3
|
||
google-common-protos-parent-2.14.2
|
|||
google-common-protos-parent-2.14.1
|
|||
google-common-protos-parent-2.14.0
|
|||
2.13.x |
google-common-protos-parent-2.13.0
|
||
2.12.x |
google-common-protos-parent-2.12.0
|
||
2.11.x |
google-common-protos-parent-2.11.0
|
||
2.10.x |
google-common-protos-parent-2.10.0
|
||
2.9.x |
google-common-protos-parent-2.9.6
|
||
google-common-protos-parent-2.9.5
|
|||
google-common-protos-parent-2.9.4
|
|||
google-common-protos-parent-2.9.3
|
|||
google-common-protos-parent-2.9.2
|
|||
google-common-protos-parent-2.9.1
|
|||
google-common-protos-parent-2.9.0
|
|||
2.8.x |
google-common-protos-parent-2.8.4
|
||
google-common-protos-parent-2.8.3
|
|||
google-common-protos-parent-2.8.2
|
|||
google-common-protos-parent-2.8.1
|
|||
google-common-protos-parent-2.8.0
|
|||
2.7.x |
google-common-protos-parent-2.7.4
|
||
google-common-protos-parent-2.7.3
|
|||
google-common-protos-parent-2.7.2
|
|||
google-common-protos-parent-2.7.1
|
|||
google-common-protos-parent-2.7.0
|
|||
2.6.x |
google-common-protos-parent-2.6.0
|
||
2.5.x |
google-common-protos-parent-2.5.1
|
||
google-common-protos-parent-2.5.0
|
|||
2.4.x |
google-common-protos-parent-2.4.1
|
||
google-common-protos-parent-2.4.0
|
|||
2.3.x |
google-common-protos-parent-2.3.2
|
||
google-common-protos-parent-2.3.1
|
|||
google-common-protos-parent-2.3.0
|
|||
2.2.x |
google-common-protos-parent-2.2.2
|
||
google-common-protos-parent-2.2.1
|
|||
2.1.x |
google-common-protos-parent-2.1.0
|
||
2.0.x |
google-common-protos-parent-2.0.1
|
||
google-common-protos-parent-2.0.0
|
|||
1.18.x |
google-common-protos-parent-1.18.1
|
||
google-common-protos-parent-1.18.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>google-common-protos-parent</artifactId>
<version>2.23.0</version>
</dependency>
Advertisement