1- Google Cloud Java Client
2- ==========================
1+ Google Cloud Java Client -- GAX
2+ =========================================
33
4- Java idiomatic client for [ Google Cloud Platform ] [ cloud-platform ] services .
4+ This module provides common functionality required by service-specific modules of this library .
55
66[ ![ Build Status] ( https://travis-ci.org/GoogleCloudPlatform/gcloud-java.svg?branch=master )] ( https://travis-ci.org/GoogleCloudPlatform/gcloud-java )
77[ ![ Coverage Status] ( https://coveralls.io/repos/GoogleCloudPlatform/gcloud-java/badge.svg?branch=master )] ( https://coveralls.io/r/GoogleCloudPlatform/gcloud-java?branch=master )
8+ [ ![ Maven] ( https://img.shields.io/maven-central/v/com.google.gcloud/gcloud-java-gax.svg )] ( https://img.shields.io/maven-central/v/com.google.gcloud/gcloud-java-gax.svg )
89
910- [ 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.
11+ - [ API Documentation] (http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/gcloud/package-summary.html )
1412
1513Quickstart
1614----------
@@ -19,22 +17,22 @@ Add this to your pom.xml file
1917<dependency >
2018 <groupId >com.google.gcloud</groupId >
2119 <artifactId >gcloud-java-gax</artifactId >
22- <version >0.0.6 </version >
20+ <version >0.0.10 </version >
2321</dependency >
2422```
2523
24+ Java Versions
25+ -------------
26+
27+ Java 7 or above is required for using this client.
28+
2629Contributing
2730------------
2831
2932Contributions to this library are always welcome and highly encouraged.
3033
3134See [ CONTRIBUTING] for more information on how to get started.
3235
33- Java Versions
34- -------------
35-
36- Java 7 or above is required for using this client.
37-
3836Versioning
3937----------
4038
0 commit comments