|
| 1 | +Google Cloud Java Contributions |
| 2 | +=============================== |
| 3 | + |
| 4 | +Packages that provide higher-level abstraction/functionality for common gcloud-java use cases. |
| 5 | + |
| 6 | +Quickstart |
| 7 | +---------- |
| 8 | +If you are using Maven, add this to your pom.xml file |
| 9 | +```xml |
| 10 | +<dependency> |
| 11 | + <groupId>com.google.gcloud</groupId> |
| 12 | + <artifactId>gcloud-java-contrib</artifactId> |
| 13 | + <version>0.1.3</version> |
| 14 | +</dependency> |
| 15 | +``` |
| 16 | +If you are using Gradle, add this to your dependencies |
| 17 | +```Groovy |
| 18 | +compile 'com.google.gcloud:gcloud-java-contrib:0.1.3' |
| 19 | +``` |
| 20 | +If you are using SBT, add this to your dependencies |
| 21 | +```Scala |
| 22 | +libraryDependencies += "com.google.gcloud" % "gcloud-java-contrib" % "0.1.3" |
| 23 | +``` |
| 24 | + |
| 25 | +Java Versions |
| 26 | +------------- |
| 27 | + |
| 28 | +Java 7 or above is required for using this client. |
| 29 | + |
| 30 | +Versioning |
| 31 | +---------- |
| 32 | + |
| 33 | +This library follows [Semantic Versioning] (http://semver.org/). |
| 34 | + |
| 35 | +It is currently in major version zero (``0.y.z``), which means that anything |
| 36 | +may change at any time and the public API should not be considered |
| 37 | +stable. |
| 38 | + |
| 39 | +Contributing |
| 40 | +------------ |
| 41 | + |
| 42 | +Contributions to this library are always welcome and highly encouraged. |
| 43 | + |
| 44 | +See `gcloud-java`'s [CONTRIBUTING] documentation and the `gcloud-*` [shared documentation](https://github.com/GoogleCloudPlatform/gcloud-common/blob/master/contributing/readme.md#how-to-contribute-to-gcloud) for more information on how to get started. |
| 45 | + |
| 46 | +Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more information. |
| 47 | + |
| 48 | +License |
| 49 | +------- |
| 50 | + |
| 51 | +Apache 2.0 - See [LICENSE] for more information. |
| 52 | + |
| 53 | + |
| 54 | +[CONTRIBUTING]:https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/CONTRIBUTING.md |
| 55 | +[code-of-conduct]:https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct |
| 56 | +[LICENSE]: https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/LICENSE |
| 57 | +[cloud-platform]: https://cloud.google.com/ |
| 58 | +[developers-console]:https://console.developers.google.com/ |
0 commit comments