{"id":13622062,"url":"https://github.com/googleapis/google-api-java-client","last_synced_at":"2025-05-13T20:05:12.065Z","repository":{"id":22540601,"uuid":"25881432","full_name":"googleapis/google-api-java-client","owner":"googleapis","description":"Google APIs Client Library for Java","archived":false,"fork":false,"pushed_at":"2025-04-29T12:36:41.000Z","size":14757,"stargazers_count":1383,"open_issues_count":50,"forks_count":711,"subscribers_count":191,"default_branch":"main","last_synced_at":"2025-05-06T19:52:11.036Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/googleapis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":"docs/support.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-10-28T17:31:34.000Z","updated_at":"2025-05-06T01:40:48.000Z","dependencies_parsed_at":"2023-02-14T04:45:34.410Z","dependency_job_id":"12831741-942e-4d67-b7af-7ef8adca0302","html_url":"https://github.com/googleapis/google-api-java-client","commit_stats":{"total_commits":1599,"total_committers":92,"mean_commits":"17.380434782608695","dds":0.7060662914321452,"last_synced_commit":"42e5533a2b582c2416fe2621dc1f0f3fb0adae2a"},"previous_names":["google/google-api-java-client"],"tags_count":112,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleapis%2Fgoogle-api-java-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleapis%2Fgoogle-api-java-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleapis%2Fgoogle-api-java-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleapis%2Fgoogle-api-java-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/googleapis","download_url":"https://codeload.github.com/googleapis/google-api-java-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253317158,"owners_count":21889530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T21:01:13.493Z","updated_at":"2025-05-13T20:05:12.045Z","avatar_url":"https://github.com/googleapis.png","language":"Java","funding_links":[],"categories":["Java","网络编程"],"sub_categories":[],"readme":"# Google APIs Client Library for Java\n\n## Description\n\nThe Google APIs Client Library for Java is a flexible, efficient, and powerful Java client library\nfor accessing any HTTP-based API on the web, not just Google APIs.\n\nThe library has the following features:\n - A powerful [OAuth 2.0](https://github.com/googleapis/google-api-java-client/wiki/OAuth2) library with a consistent interface.\n - Lightweight, efficient XML and JSON data models that support any data schema.\n - Support for [protocol buffers](https://github.com/google/protobuf/).\n - A set of [generated libraries for Google APIs](https://github.com/googleapis/google-api-java-client-services#supported-google-apis).\n\n## Supported Java environments\n\n- Java 7 (or higher)\n- Android 1.6 (or higher)\n- [Google App Engine](https://github.com/googleapis/google-api-java-client/wiki/App-Engine)\n\n## Usage\n\nFor detailed instructions on usage, please visit the [guide](https://developers.google.com/api-client-library/java).\n\n## Installation\n\nThe Google APIs Client Library for Java is easy to install.\n\nTo use Maven, add the following lines to your pom.xml file:\n\n[//]: # ({x-version-update-start:google-api-client:released})\n  ```maven\n  \u003cproject\u003e\n    \u003cdependencies\u003e\n      \u003cdependency\u003e\n        \u003cgroupId\u003ecom.google.api-client\u003c/groupId\u003e\n        \u003cartifactId\u003egoogle-api-client\u003c/artifactId\u003e\n        \u003cversion\u003e1.33.0\u003c/version\u003e\n      \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n  \u003c/project\u003e\n  ```\n\nTo use Gradle, add the following lines to your build.gradle file:\n\n```gradle\nrepositories {\n    mavenCentral()\n    google()\n}\ndependencies {\n    compile 'com.google.api-client:google-api-client:1.33.0'\n}\n```\n[//]: # ({x-version-update-end})\n\n\n## Building locally\n\n## One time setup\n\n```\nmkdir /tmp/foo \u0026\u0026 cd /tmp/foo\nwget https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-basement/8.3.0/play-services-basement-8.3.0.aar\nunzip play-services-basement-8.3.0.aar\nmvn install:install-file \\\n  -Dfile=classes.jar \\\n  -DgroupId=com.google.android.google-play-services \\\n  -DartifactId=google-play-services \\\n  -Dversion=1 \\\n  -Dpackaging=jar\ncd -\n```\n\n## CI Status\n\nJava Version | Status\n------------ | ------\nJava 7 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-api-java-client/java7.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-api-java-client/java7.html)\nJava 8 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-api-java-client/java8.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-api-java-client/java8.html)\nJava 11 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-api-java-client/java11.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-api-java-client/java11.html)\n\n## Dependencies\nThis library is built on top of two common libraries, also built by Google, and also designed to\nwork with any HTTP service on the web:\n\n- [Google HTTP Client Library for Java](https://github.com/googleapis/google-http-java-client)\n- [Google OAuth Client Library for Java](https://github.com/googleapis/google-oauth-java-client)\n\n## Important Warnings\n\n### @Beta\n\nFeatures marked with the @Beta annotation at the class or method level are subject to change. They\nmight be modified in any way, or even removed, in any major release. You should not use beta features\nif your code is a library itself (that is, if your code is used on the CLASSPATH of users outside\nyour own control).\n\n### Deprecations\n\nDeprecated non-beta features will be removed eighteen months after the release in which they are\nfirst deprecated. You must fix your usages before this time. If you don't, any type of breakage\nmight result, and you are not guaranteed a compilation error.\n\n## Documentation\n\n- [Libraries and Samples](https://github.com/googleapis/google-api-java-client-services/)\n- [JavaDoc](https://googleapis.dev/java/google-api-client/latest/)\n\n## Contributing\n\nContributions to this library are always welcome and highly encouraged.\n\nSee [CONTRIBUTING](CONTRIBUTING.md) documentation for more information on how to get started.\n\nPlease note that this project is released with a Contributor Code of Conduct. By participating in\nthis project you agree to abide by its terms. See [Code of Conduct](CODE_OF_CONDUCT.md) for more\ninformation.\n\nFor questions or concerns, please file an issue in the GitHub repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogleapis%2Fgoogle-api-java-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoogleapis%2Fgoogle-api-java-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogleapis%2Fgoogle-api-java-client/lists"}