You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Google Cloud Client Library for Java - an idiomatic, intuitive, and natural way for Java developers to integrate with Google Cloud Platform services, like Cloud Datastore and Cloud Storage.</p>
72
72
</div><!-- end of .col.col-left -->
73
73
<divclass="col col-right">
74
-
<h2>Quickstart with Maven: add gcloud-java to your pom.xml</h2>
74
+
<h2>Quickstart with Maven: add google-cloud to your pom.xml</h2>
75
75
<pre><dependency>
76
76
<groupId>com.google.cloud</groupId>
77
-
<artifactId>gcloud-java</artifactId>
77
+
<artifactId>google-cloud</artifactId>
78
78
<version>{{SITE_VERSION}}</version>
79
79
</dependency></pre>
80
-
<p><i>As of April 12th, 2016, gcloud-java's group ID and base package were renamed to "com.google.cloud". If you haven't already, please update your dependencies.</i></p>
81
80
</div><!-- end of .col.col-right -->
82
81
</div><!-- end of .container -->
83
82
</section><!-- end of .hero-banner -->
@@ -86,25 +85,25 @@ <h2>Quickstart with Maven: add gcloud-java to your pom.xml</h2>
<ahref="https://github.com/GoogleCloudPlatform/gcloud-java" title="gcloud-java on Github" class="ext-link">
94
+
<ahref="https://github.com/GoogleCloudPlatform/google-cloud-java" title="google-cloud on Github" class="ext-link">
<ahref="http://stackoverflow.com/questions/tagged/gcloud-java" title="gcloud on StackOverflow" class="ext-link">
106
+
<ahref="http://stackoverflow.com/questions/tagged/gcloud-java" title="google-cloud on StackOverflow" class="ext-link">
<ahref="https://github.com/GoogleCloudPlatform/getting-started-java/tree/master/bookshelf"><code>Bookshelf</code></a> - An App Engine app that manages a virtual bookshelf using gcloud-java libraries for Datastore and Storage.
194
+
<ahref="https://github.com/GoogleCloudPlatform/getting-started-java/tree/master/bookshelf"><code>Bookshelf</code></a> - An App Engine app that manages a virtual bookshelf using google-cloud libraries for Datastore and Storage.
<ahref="https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managed_vms/cloudstorage"><code>Flexible Environment/Storage example</code></a> - An app that uploads files to a public Cloud Storage bucket on the App Engine Flexible Environment runtime.
203
202
</li>
204
203
<li>
205
-
<ahref="https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managed_vms/sparkjava"><code>SparkJava demo</code></a> - Uses gcloud-java with App Engine Flexible Environment, Datastore, and SparkJava.
204
+
<ahref="https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managed_vms/sparkjava"><code>SparkJava demo</code></a> - Uses google-cloud with App Engine Flexible Environment, Datastore, and SparkJava.
206
205
</li>
207
206
<li>
208
207
<ahref="https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/datastore"><code>TaskList</code></a> - An command line app that manages a to-do list using Cloud Datastore.
<h4>What is the relationship between the <code>gcloud-java</code> library and the <code>gcloud</code> command-line tool?</h4>
218
-
<p>Both the <code>gcloud</code> command-line tool and <code>gcloud-java</code> library are a part of the Google Cloud SDK: a collection of tools and libraries that enable you to easily create and manage resources on the Google Cloud Platform. The <code>gcloud</code> command-line tool can be used to manage both your development workflow and your Google Cloud Platform resources while the gcloud-java library is the Google Cloud Client Library for Java.</p>
216
+
<h4>What is the relationship between the <code>google-cloud</code> library and the <code>gcloud</code> command-line tool?</h4>
217
+
<p>Both the <code>gcloud</code> command-line tool and <code>google-cloud</code> library are a part of the Google Cloud SDK: a collection of tools and libraries that enable you to easily create and manage resources on the Google Cloud Platform. The <code>gcloud</code> command-line tool can be used to manage both your development workflow and your Google Cloud Platform resources while the <code>google-cloud</code> library is the Google Cloud Client Library for Java.</p>
219
218
220
-
<h4>What is the relationship between <code>gcloud-java</code> and the Google APIs Java Client?</h4>
221
-
<p>The <ahref="https://github.com/google/google-api-java-client">Google APIs Java Client</a> is a client library for using the broad set of Google APIs. <code>gcloud-java</code> is built specifically for the Google Cloud Platform and is the recommended way to integrate Google Cloud APIs into your Java applications. If your application requires both Google Cloud Platform and other Google APIs, the 2 libraries may be used by your application.</p>
219
+
<h4>What is the relationship between <code>google-cloud</code> and the Google APIs Java Client?</h4>
220
+
<p>The <ahref="https://github.com/google/google-api-java-client">Google APIs Java Client</a> is a client library for using the broad set of Google APIs. <code>google-cloud</code> is built specifically for the Google Cloud Platform and is the recommended way to integrate Google Cloud APIs into your Java applications. If your application requires both Google Cloud Platform and other Google APIs, the 2 libraries may be used by your application.</p>
0 commit comments