xref: /aosp_15_r20/external/google-auth-library-java/bom/README.md (revision af546375c95127f07cb26dd492629ccb2e8b1be1)
1*af546375SCole Faust# Google Auth Library Bill of Materials
2*af546375SCole Faust
3*af546375SCole FaustThe `google-auth-library-bom` is a pom that can be used to import consistent versions of
4*af546375SCole Faust`google-auth-library` components plus its dependencies.
5*af546375SCole Faust
6*af546375SCole FaustTo use it in Maven, add the following to your `pom.xml`:
7*af546375SCole Faust
8*af546375SCole Faust[//]: # ({x-version-update-start:google-auth-library-bom:released})
9*af546375SCole Faust```xml
10*af546375SCole Faust<dependencyManagement>
11*af546375SCole Faust  <dependencies>
12*af546375SCole Faust    <dependency>
13*af546375SCole Faust      <groupId>com.google.auth</groupId>
14*af546375SCole Faust      <artifactId>google-auth-library-bom</artifactId>
15*af546375SCole Faust      <version>0.17.1</version>
16*af546375SCole Faust      <type>pom</type>
17*af546375SCole Faust      <scope>import</scope>
18*af546375SCole Faust    </dependency>
19*af546375SCole Faust  </dependencies>
20*af546375SCole Faust</dependencyManagement>
21*af546375SCole Faust```
22*af546375SCole Faust[//]: # ({x-version-update-end})
23*af546375SCole Faust
24*af546375SCole Faust## License
25*af546375SCole Faust
26*af546375SCole FaustApache 2.0 - See [LICENSE] for more information.
27*af546375SCole Faust
28*af546375SCole Faust[LICENSE]: https://github.com/googleapis/google-auth-library-java/blob/main/LICENSE
29