Downloading the Google Cloud Storage Client Library

來源:互聯網
上載者:User

標籤:

Google Cloud Storage client是一個用戶端庫,與任何一個生產環境使用的App Engine版本都相互獨立。如果你想使用App Engine Development server開測試你的代碼,你必須使用App Engine SDK 1.8.1及更高版本的development server。

下載Google Cloud Storage client庫

你可以使用流行的工具,比如Apache Maven,Apache Ivy,Git來下載庫,或者你可以從Maven庫手動下載這個庫。選擇你喜歡的方法:

Maven:

Maven使用者需要將下面的內容包含到應用的pom.xml檔案:

<dependency>    <groupId>com.google.appengine.tools</groupId>    <artifactId>appengine-gcs-client</artifactId>    <version>RELEASE</version></dependency>

注意RELEASE是一個文本值,根據你的項目下載的最新的client庫。

手動下載:

瀏覽這個庫的Maven庫,下載最新的類,代碼,JavaDoc JAR檔案:

  • Google Cloud Storage client library

另外,你需要下載下面的依賴,並且將它們包含到你的應用中:

  • Guava library
  • Joda-Time library
  • Cloud Storage API client library

注意:如果你使用的是Maven或Ivy,這些依賴會被自動地擷取。

Downloading the Google Cloud Storage Client Library

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.