Downloading the Google Cloud Storage Client Library

Source: Internet
Author: User

Google Cloud Storage Client is a customer library that is independent of the version of the app engine used in any production environment. If you want to use App Engine development Server to test your code, you must use the App engine SDK 1.8.1 and the later version of Development server.

Download Google Cloud Storage client library

You can use popular tools like Apache Maven,apache ivy,git to download the library, or you can manually download the library from the Maven library. Choose the method you like:

Maven:

Maven users will need to include the following content in the app's Pom.xml file:

<Dependency>    <groupId>Com.google.appengine.tools</groupId>    <Artifactid>Appengine-gcs-client</Artifactid>    <version>RELEASE</version></Dependency>

Note RELEASE is a text value that downloads the latest client library according to your project.

Manual download:

Browse the MAVEN library for this library, download the latest class, code, JAVADOC jar file:

    • Google Cloud Storage Client Library

In addition, you need to download the following dependencies and include them in your app:

    • Guava Library
    • Joda-time Library
    • Cloud Storage API Client Library

Note: If you are using Maven or ivy, these dependencies will be automatically fetched.

Downloading the Google Cloud Storage Client Library

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.