File: README.md

package info (click to toggle)
google-auth-java 0.18.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,208 kB
  • sloc: java: 10,579; xml: 751; sh: 21; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 801 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Google Auth Library Bill of Materials

The `google-auth-library-bom` is a pom that can be used to import consistent versions of
`google-auth-library` components plus its dependencies.

To use it in Maven, add the following to your `pom.xml`:

[//]: # ({x-version-update-start:google-auth-library-bom:released})
```xml
<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>com.google.auth</groupId>
      <artifactId>google-auth-library-bom</artifactId>
      <version>0.17.1/version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>
```
[//]: # ({x-version-update-end})

## License

Apache 2.0 - See [LICENSE] for more information.

[LICENSE]: https://github.com/googleapis/google-auth-library-java/blob/master/LICENSE