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