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