Name Date Size #Lines LOC

..--

dependency-convergence-check/H25-Apr-2025-162109

first-party-dependencies/H25-Apr-2025-125115

third-party-dependencies/H25-Apr-2025-172163

upper-bound-check/H25-Apr-2025-240225

CHANGELOG.mdH A D25-Apr-2025142.7 KiB1,106730

README.mdH A D25-Apr-20251.7 KiB4935

pom.xmlH A D25-Apr-20251.9 KiB4844

synth.metadataH A D25-Apr-20252.6 KiB8686

README.md

1# Google Cloud Shared Dependencies
2
3Shared Maven dependencies for Google Cloud Java client libraries.
4
5[![Maven][maven-version-image]][maven-version-link]
6
7## Quickstart
8
9[//]: # ({x-version-update-start:google-cloud-shared-dependencies:released})
10If you are using Maven, add this to the `dependencyManagement` section.
11```xml
12<dependencyManagement>
13  <dependencies>
14    <dependency>
15      <groupId>com.google.cloud</groupId>
16      <artifactId>google-cloud-shared-dependencies</artifactId>
17      <version>3.5.0</version>
18      <type>pom</type>
19      <scope>import</scope>
20    </dependency>
21  </dependencies>
22</dependencyManagement>
23```
24[//]: # ({x-version-update-end})
25
26## Versioning
27
28This library follows [Semantic Versioning](http://semver.org/).
29
30## Contributing
31
32Contributions to this library are always welcome and highly encouraged.
33
34See [CONTRIBUTING.md][contributing] documentation for more information on how to get started.
35
36Please note that this project is released with a Contributor Code of Conduct. By participating in
37this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
38information.
39
40## License
41
42Apache 2.0 - See [LICENSE][license] for more information.
43
44[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-shared-dependencies.svg
45[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-shared-dependencies&core=gav
46[contributing]: https://github.com/googleapis/java-shared-dependencies/blob/main/CONTRIBUTING.md
47[code-of-conduct]: https://github.com/googleapis/java-shared-dependencies/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
48[license]: https://github.com/googleapis/java-shared-dependencies/blob/main/LICENSE
49