How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-bom</artifactId>
<version>1.19.0</version>
</dependency>
Choose a version of com.google.auth : google-auth-library-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.19.x |
google-auth-library-bom-1.19.0
|
||
1.18.x |
google-auth-library-bom-1.18.0
|
||
1.17.x |
google-auth-library-bom-1.17.0
|
||
1.16.x |
google-auth-library-bom-1.16.1
|
||
google-auth-library-bom-1.16.0
|
|||
1.15.x |
google-auth-library-bom-1.15.0
|
||
1.14.x |
google-auth-library-bom-1.14.0
|
||
1.13.x |
google-auth-library-bom-1.13.0
|
||
1.12.x |
google-auth-library-bom-1.12.2
|
||
google-auth-library-bom-1.12.1
|
|||
google-auth-library-bom-1.12.0
|
|||
1.11.x |
google-auth-library-bom-1.11.0
|
||
1.10.x |
google-auth-library-bom-1.10.0
|
||
1.9.x |
google-auth-library-bom-1.9.0
|
||
1.8.x |
google-auth-library-bom-1.8.1
|
||
google-auth-library-bom-1.8.0
|
|||
1.7.x |
google-auth-library-bom-1.7.0
|
||
1.6.x |
google-auth-library-bom-1.6.1
|
||
google-auth-library-bom-1.6.0
|
|||
1.5.x |
google-auth-library-bom-1.5.3
|
||
1.4.x |
google-auth-library-bom-1.4.0
|
||
1.3.x |
google-auth-library-bom-1.3.0
|
||
1.2.x |
google-auth-library-bom-1.2.2
|
||
google-auth-library-bom-1.2.1
|
|||
google-auth-library-bom-1.2.0
|
|||
1.1.x |
google-auth-library-bom-1.1.0
|
||
1.0.x |
google-auth-library-bom-1.0.0
|
||
0.27.x |
google-auth-library-bom-0.27.0
|
||
0.26.x |
google-auth-library-bom-0.26.0
|
||
0.25.x |
google-auth-library-bom-0.25.5
|
||
google-auth-library-bom-0.25.4
|
|||
google-auth-library-bom-0.25.3
|
|||
google-auth-library-bom-0.25.2-sp.1
|
|||
google-auth-library-bom-0.25.2
|
|||
google-auth-library-bom-0.25.1
|
|||
google-auth-library-bom-0.25.0
|
|||
0.24.x |
google-auth-library-bom-0.24.1
|
||
google-auth-library-bom-0.24.0
|
|||
0.23.x |
google-auth-library-bom-0.23.0
|
||
0.22.x |
google-auth-library-bom-0.22.2
|
||
google-auth-library-bom-0.22.1
|
|||
google-auth-library-bom-0.22.0
|
|||
0.21.x |
google-auth-library-bom-0.21.1
|
||
google-auth-library-bom-0.21.0
|
|||
0.20.x |
google-auth-library-bom-0.20.0
|
||
0.19.x |
google-auth-library-bom-0.19.0
|
||
0.18.x |
google-auth-library-bom-0.18.0
|
||
0.17.x |
google-auth-library-bom-0.17.2
|
||
google-auth-library-bom-0.17.1
|
|||
google-auth-library-bom-0.17.0
|
|||
0.16.x |
google-auth-library-bom-0.16.2
|
||
google-auth-library-bom-0.16.1
|
|||
google-auth-library-bom-0.16.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-bom</artifactId>
<version>1.19.0</version>
</dependency>
Advertisement