|
| 1 | +Google Cloud Java Client |
| 2 | +========================== |
| 3 | + |
| 4 | +Java idiomatic client for [Google Cloud Platform][cloud-platform] services. |
| 5 | + |
| 6 | +[](https://travis-ci.org/GoogleCloudPlatform/gcloud-java) |
| 7 | +[](https://coveralls.io/r/GoogleCloudPlatform/gcloud-java?branch=master) |
| 8 | + |
| 9 | +- [Homepage] (https://googlecloudplatform.github.io/gcloud-java/) |
| 10 | +- [API Documentation] (http://googlecloudplatform.github.io/gcloud-java/apidocs) |
| 11 | +- [Examples] (http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/gcloud/examples/package-summary.html) |
| 12 | + |
| 13 | +This module provides common functionality and is required by the other service specific modules. |
| 14 | + |
| 15 | +Quickstart |
| 16 | +---------- |
| 17 | +Add this to your pom.xml file |
| 18 | +```xml |
| 19 | +<dependency> |
| 20 | + <groupId>com.google.gcloud</groupId> |
| 21 | + <artifactId>gcloud-java-gax</artifactId> |
| 22 | + <version>0.0.6</version> |
| 23 | +</dependency> |
| 24 | +``` |
| 25 | + |
| 26 | +Contributing |
| 27 | +------------ |
| 28 | + |
| 29 | +Contributions to this library are always welcome and highly encouraged. |
| 30 | + |
| 31 | +See [CONTRIBUTING] for more information on how to get started. |
| 32 | + |
| 33 | +Java Versions |
| 34 | +------------- |
| 35 | + |
| 36 | +Java 7 or above is required for using this client. |
| 37 | + |
| 38 | +Versioning |
| 39 | +---------- |
| 40 | + |
| 41 | +This library follows [Semantic Versioning] (http://semver.org/). |
| 42 | + |
| 43 | +It is currently in major version zero (``0.y.z``), which means that anything |
| 44 | +may change at any time and the public API should not be considered |
| 45 | +stable. |
| 46 | + |
| 47 | +License |
| 48 | +------- |
| 49 | + |
| 50 | +Apache 2.0 - See [LICENSE] for more information. |
| 51 | + |
| 52 | + |
| 53 | +[CONTRIBUTING]:https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/CONTRIBUTING.md |
| 54 | +[LICENSE]: https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/LICENSE |
| 55 | +[cloud-platform]: https://cloud.google.com/ |
0 commit comments