Download google-cloud-0.3.0.jar file - Jar g

Jar examples for g:google-cloud

Description

Java idiomatic client for Google Cloud Platform services.

You can download jar file google-cloud 0.3.0 in this page.

Build File

You can use the following script to add google-cloud-0.3.0.jar to your project.

<dependency>
   <groupId>com.google.cloud</groupId>
   <artifactId>google-cloud</artifactId>
   <version>0.3.0</version>
</dependency>
compile group: 'com.google.cloud', name: 'google-cloud', version: '0.3.0'
libraryDependencies += "com.google.cloud" % "google-cloud" % "0.3.0"
<dependency org="com.google.cloud" name="google-cloud" rev="0.3.0"/>
@Grapes(@Grab(group='com.google.cloud', module='google-cloud', version='0.3.0'))
'com.google.cloud:google-cloud:jar:0.3.0'

Download

Click the following link to download the jar file.

google-cloud-0.3.0-tests.jar
google-cloud-0.3.0.jar
google-cloud-0.3.0.pom



Related Tutorials