blob: d38313884e0f35c449882928da1c72e90921bed9 [file] [log] [blame] [view]
Jeff Ching1d770d02019-09-06 09:12:06 -07001# Google Cloud Java Client -- Core
2
Jeff Chingd5a0f612019-09-10 10:52:14 -07003A 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.
Jeff Ching1d770d02019-09-06 09:12:06 -07006
Jeff Ching1d770d02019-09-06 09:12:06 -07007[![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
Jeff Ching1d770d02019-09-06 09:12:06 -070011## 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
Jeff Ching6fce9fa2019-09-06 09:48:14 -070036## 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)
Jeff Chingd5a0f612019-09-10 10:52:14 -070042Java 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)
Jeff Ching6fce9fa2019-09-06 09:48:14 -070044Java 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
Neenu Shaji5c6ff5e2021-09-29 10:32:31 -040047[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
Jeff Ching1d770d02019-09-06 09:12:06 -070050[semver]: http://semver.org/
51[cloud-platform]: https://cloud.google.com/
Jeff Ching1d770d02019-09-06 09:12:06 -070052[api-docs]: https://googleapis.dev/java/google-cloud-core/latest