How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>1.19.0</version>
</dependency>
Choose a version of com.google.auth : google-auth-library-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.19.x |
google-auth-library-parent-1.19.0
|
||
1.18.x |
google-auth-library-parent-1.18.0
|
||
1.17.x |
google-auth-library-parent-1.17.0
|
||
1.16.x |
google-auth-library-parent-1.16.1
|
||
google-auth-library-parent-1.16.0
|
|||
1.15.x |
google-auth-library-parent-1.15.0
|
||
1.14.x |
google-auth-library-parent-1.14.0
|
||
1.13.x |
google-auth-library-parent-1.13.0
|
||
1.12.x |
google-auth-library-parent-1.12.2
|
||
google-auth-library-parent-1.12.1
|
|||
google-auth-library-parent-1.12.0
|
|||
1.11.x |
google-auth-library-parent-1.11.0
|
||
1.10.x |
google-auth-library-parent-1.10.0
|
||
1.9.x |
google-auth-library-parent-1.9.0
|
||
1.8.x |
google-auth-library-parent-1.8.1
|
||
google-auth-library-parent-1.8.0
|
|||
1.7.x |
google-auth-library-parent-1.7.0
|
||
1.6.x |
google-auth-library-parent-1.6.1
|
||
google-auth-library-parent-1.6.0
|
|||
1.5.x |
google-auth-library-parent-1.5.3
|
||
1.4.x |
google-auth-library-parent-1.4.0
|
||
1.3.x |
google-auth-library-parent-1.3.0
|
||
1.2.x |
google-auth-library-parent-1.2.2
|
||
google-auth-library-parent-1.2.1
|
|||
google-auth-library-parent-1.2.0
|
|||
1.1.x |
google-auth-library-parent-1.1.0
|
||
1.0.x |
google-auth-library-parent-1.0.0
|
||
0.27.x |
google-auth-library-parent-0.27.0
|
||
0.26.x |
google-auth-library-parent-0.26.0
|
||
0.25.x |
google-auth-library-parent-0.25.5
|
||
google-auth-library-parent-0.25.4
|
|||
google-auth-library-parent-0.25.3
|
|||
google-auth-library-parent-0.25.2-sp.1
|
|||
google-auth-library-parent-0.25.2
|
|||
google-auth-library-parent-0.25.1
|
|||
google-auth-library-parent-0.25.0
|
|||
0.24.x |
google-auth-library-parent-0.24.1
|
||
google-auth-library-parent-0.24.0
|
|||
0.23.x |
google-auth-library-parent-0.23.0
|
||
0.22.x |
google-auth-library-parent-0.22.2
|
||
google-auth-library-parent-0.22.1
|
|||
google-auth-library-parent-0.22.0
|
|||
0.21.x |
google-auth-library-parent-0.21.1
|
||
google-auth-library-parent-0.21.0
|
|||
0.20.x |
google-auth-library-parent-0.20.0
|
||
0.19.x |
google-auth-library-parent-0.19.0
|
||
0.18.x |
google-auth-library-parent-0.18.0
|
||
0.17.x |
google-auth-library-parent-0.17.2
|
||
google-auth-library-parent-0.17.1
|
|||
google-auth-library-parent-0.17.0
|
|||
0.16.x |
google-auth-library-parent-0.16.2
|
||
google-auth-library-parent-0.16.1
|
|||
google-auth-library-parent-0.16.0
|
|||
0.15.x |
google-auth-library-parent-0.15.0
|
||
0.14.x |
google-auth-library-parent-0.14.0
|
||
0.13.x |
google-auth-library-parent-0.13.0
|
||
0.12.x |
google-auth-library-parent-0.12.0
|
||
0.11.x |
google-auth-library-parent-0.11.0
|
||
0.10.x |
google-auth-library-parent-0.10.0
|
||
0.9.x |
google-auth-library-parent-0.9.1
|
||
google-auth-library-parent-0.9.0
|
|||
0.8.x |
google-auth-library-parent-0.8.0
|
||
0.7.x |
google-auth-library-parent-0.7.1
|
||
google-auth-library-parent-0.7.0
|
|||
0.6.x |
google-auth-library-parent-0.6.1
|
||
google-auth-library-parent-0.6.0
|
|||
0.5.x |
google-auth-library-parent-0.5.0
|
||
0.4.x |
google-auth-library-parent-0.4.0
|
||
0.3.x |
google-auth-library-parent-0.3.1
|
||
google-auth-library-parent-0.3.0
|
|||
0.2.x |
google-auth-library-parent-0.2.0
|
||
0.1.x |
google-auth-library-parent-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>1.19.0</version>
</dependency>
Advertisement