@@ -5,7 +5,7 @@ Java idiomatic client for [Google Cloud Platform][cloud-platform] services.
55
66[ ![ Build Status] ( https://travis-ci.org/GoogleCloudPlatform/google-cloud-java.svg?branch=master )] ( https://travis-ci.org/GoogleCloudPlatform/google-cloud-java )
77[ ![ Coverage Status] ( https://coveralls.io/repos/GoogleCloudPlatform/google-cloud-java/badge.svg?branch=master )] ( https://coveralls.io/r/GoogleCloudPlatform/google-cloud-java?branch=master )
8- [ ![ Maven] ( https://img.shields.io/maven-central/v/com.google.cloud/google-cloud.svg )] ( https ://img.shields.io/maven-central/v/com .google.cloud/google -cloud.svg )
8+ [ ![ Maven] ( https://img.shields.io/maven-central/v/com.google.cloud/google-cloud.svg )] ( http ://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com .google.cloud%22%20a%3A%22google -cloud%22 )
99[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917 )] ( https://www.codacy.com/app/mziccard/google-cloud-java )
1010[ ![ Dependency Status] ( https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969/badge.svg?style=flat )] ( https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969 )
1111
@@ -43,16 +43,16 @@ If you are using Maven, add this to your pom.xml file
4343<dependency >
4444 <groupId >com.google.cloud</groupId >
4545 <artifactId >google-cloud</artifactId >
46- <version >0.7 .0</version >
46+ <version >0.8 .0</version >
4747</dependency >
4848```
4949If you are using Gradle, add this to your dependencies
5050``` Groovy
51- compile 'com.google.cloud:google-cloud:0.7 .0'
51+ compile 'com.google.cloud:google-cloud:0.8 .0'
5252```
5353If you are using SBT, add this to your dependencies
5454``` Scala
55- libraryDependencies += " com.google.cloud" % " google-cloud" % " 0.7 .0"
55+ libraryDependencies += " com.google.cloud" % " google-cloud" % " 0.8 .0"
5656```
5757
5858Example Applications
0 commit comments