Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Google APIs Client Library for Java

License

NotificationsYou must be signed in to change notification settings

sirinartk/google-api-java-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Description

The Google APIs Client Library for Java is a flexible, efficient, and powerful Java client libraryfor accessing any HTTP-based API on the web, not just Google APIs.

The library has the following features:

Supported Java environments

Usage

For detailed instructions on usage, please visit thewiki.

Installation

The Google APIs Client Library for Java is easy to install.

To use Maven, add the following lines to your pom.xml file:

<project>  <dependencies>    <dependency>      <groupId>com.google.api-client</groupId>      <artifactId>google-api-client</artifactId>      <version>1.30.3</version>    </dependency>  </dependencies></project>

To use Gradle, add the following lines to your build.gradle file:

repositories {    mavenCentral()}dependencies {    compile'com.google.api-client:google-api-client:1.30.3'}

Building locally

One time setup

mkdir /tmp/foo && cd /tmp/foowget https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-basement/8.3.0/play-services-basement-8.3.0.aarunzip play-services-basement-8.3.0.aarmvn install:install-file \  -Dfile=classes.jar \  -DgroupId=com.google.android.google-play-services \  -DartifactId=google-play-services \  -Dversion=1 \  -Dpackaging=jarcd -

CI Status

Java VersionStatus
Java 7Kokoro CI
Java 8Kokoro CI
Java 11Kokoro CI

Dependencies

This library is built on top of two common libraries, also built by Google, and also designed towork with any HTTP service on the web:

Important Warnings

@Beta

Features marked with the @Beta annotation at the class or method level are subject to change. Theymight be modified in any way, or even removed, in any major release. You should not use beta featuresif your code is a library itself (that is, if your code is used on the CLASSPATH of users outsideyour own control).

Deprecations

Deprecated non-beta features will be removed eighteen months after the release in which they arefirst deprecated. You must fix your usages before this time. If you don't, any type of breakagemight result, and you are not guaranteed a compilation error.

Documentation

Contributing

Contributions to this library are always welcome and highly encouraged.

SeeCONTRIBUTING documentation for more information on how to get started.

Please note that this project is released with a Contributor Code of Conduct. By participating inthis project you agree to abide by its terms. SeeCode of Conduct for moreinformation.

For questions or concerns, please file an issue in the GitHub repository.

About

Google APIs Client Library for Java

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java53.0%
  • HTML45.4%
  • Shell1.1%
  • Other0.5%

[8]ページ先頭

©2009-2025 Movatter.jp