如何导入 com.google.api.client 库?
这个问题以前可能被问过,但我无法用这些解释解决我的问题。 我想开始在我的 Eclipse IDE 中使用 google api。我从谷歌代码下载了一个示例。 (纬度-json-oauth-样本)。它需要导入 com.google.api.client.auth.oauth。我可以从哪里找到以及如何将它们导入到该项目中? 我已经安装了 maven 和 mylyn 插件,我认为使用这些插件我可以下载所有依赖项,但我无法下载。 谢谢。
This question might be asked before but I couldn't solve my problem with those explananations.
I want to start using google apis in my Eclipse IDE. I've downloaded a sample from google codes. (latitude-json-oauth-sample). It requires to import com.google.api.client.auth.oauth. From where I can find and how import those to this project?
I've installed maven and mylyn plugins, and I thought that with these plugins I would be able to download all dependencies but I couldn't make it.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些工件可在中央 Maven 存储库中找到。将以下内容添加到您的 pom 文件中:
The artifacts are available in the central maven repository. Add following to your pom file: