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