Name Date Size #Lines LOC

..--

google-cloud-core/H25-Apr-2025-11,2187,355

google-cloud-core-bom/H25-Apr-2025-4137

google-cloud-core-grpc/H25-Apr-2025-1,073721

google-cloud-core-http/H25-Apr-2025-1,057764

.repo-metadata.jsonH A D25-Apr-2025390 1211

Android.bpH A D25-Apr-2025677 2726

CHANGELOG.mdH A D25-Apr-2025120 KiB1,278740

README.mdH A D25-Apr-20252.5 KiB5333

pom.xmlH A D25-Apr-20253 KiB8172

README.md

1# Google Cloud Java Client -- Core
2
3A set of classes and utilities used in Google Cloud Java libraries.
4
5*Note*: This library is only meant to be consumed by other Google Libraries.
6
7[![Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-core.svg)](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-core.svg)
8
9- [API Documentation][api-docs]
10
11## Java Versions
12
13Java 7 or above is required for using this client.
14
15## Contributing
16
17Contributions to this library are always welcome and highly encouraged.
18
19See [CONTRIBUTING][contributing] documentation for more information on how to get started.
20
21Please note that this project is released with a Contributor Code of Conduct. By participating in
22this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
23information.
24
25## Versioning
26
27This library follows [Semantic Versioning][semver].
28
29It is currently in major version one (``1.y.z``), which means that the public API should be
30considered stable.
31
32## License
33
34Apache 2.0 - See [LICENSE][license] for more information.
35
36## CI Status
37
38Java Version | Status
39------------ | ------
40Java 7 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java7.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java7.html)
41Java 8 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java8.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java8.html)
42Java 8 OSX | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java8-osx.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java8-osx.html)
43Java 8 Windows | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java8-win.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java8-win.html)
44Java 11 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java11.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java11.html)
45
46
47[contributing]: https://github.com/googleapis/java-core/blob/main/CONTRIBUTING.md
48[code-of-conduct]: https://github.com/googleapis/java-core/blob/main/CODE_OF_CONDUCT.md
49[license]: https://github.com/googleapis/java-core/blob/main/LICENSE
50[semver]: http://semver.org/
51[cloud-platform]: https://cloud.google.com/
52[api-docs]: https://googleapis.dev/java/google-cloud-core/latest
53