在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:googleapis/google-api-java-client开源软件地址:https://github.com/googleapis/google-api-java-client开源编程语言:Java 54.0%开源软件介绍:Google APIs Client Library for JavaDescriptionThe Google APIs Client Library for Java is a flexible, efficient, and powerful Java client library for accessing any HTTP-based API on the web, not just Google APIs. The library has the following features:
Supported Java environments
UsageFor detailed instructions on usage, please visit the guide. InstallationThe Google APIs Client Library for Java is easy to install. To use Maven, add the following lines to your pom.xml file:
To use Gradle, add the following lines to your build.gradle file: repositories {
mavenCentral()
google()
}
dependencies {
compile 'com.google.api-client:google-api-client:1.33.0'
} Building locallyOne time setup
CI Status
DependenciesThis library is built on top of two common libraries, also built by Google, and also designed to work with any HTTP service on the web: Important Warnings@BetaFeatures marked with the @Beta annotation at the class or method level are subject to change. They might be modified in any way, or even removed, in any major release. You should not use beta features if your code is a library itself (that is, if your code is used on the CLASSPATH of users outside your own control). DeprecationsDeprecated non-beta features will be removed eighteen months after the release in which they are first deprecated. You must fix your usages before this time. If you don't, any type of breakage might result, and you are not guaranteed a compilation error. DocumentationContributingContributions to this library are always welcome and highly encouraged. See CONTRIBUTING documentation for more information on how to get started. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See Code of Conduct for more information. For questions or concerns, please file an issue in the GitHub repository. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论