Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
google-cloud-core/ | H | 25-Apr-2025 | - | 11,218 | 7,355 | |
google-cloud-core-bom/ | H | 25-Apr-2025 | - | 41 | 37 | |
google-cloud-core-grpc/ | H | 25-Apr-2025 | - | 1,073 | 721 | |
google-cloud-core-http/ | H | 25-Apr-2025 | - | 1,057 | 764 | |
.repo-metadata.json | H A D | 25-Apr-2025 | 390 | 12 | 11 | |
Android.bp | H A D | 25-Apr-2025 | 677 | 27 | 26 | |
CHANGELOG.md | H A D | 25-Apr-2025 | 120 KiB | 1,278 | 740 | |
README.md | H A D | 25-Apr-2025 | 2.5 KiB | 53 | 33 | |
pom.xml | H A D | 25-Apr-2025 | 3 KiB | 81 | 72 |
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[](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 | [](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java7.html) 41Java 8 | [](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java8.html) 42Java 8 OSX | [](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java8-osx.html) 43Java 8 Windows | [](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java8-win.html) 44Java 11 | [](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