Spring Social for Android Facebook开发

时间:2014-02-16 11:17:59

标签: java android facebook spring-social

我正在尝试在非maven应用程序中集成Spring Social for Android。任何人都可以通过指向我需要将其整合到我的Android应用程序中的jar文件的完整列表来帮助我吗?通过反复试验这样做变得非常繁琐,因为我必须将各种jar文件与各自的版本相匹配?

1 个答案:

答案 0 :(得分:1)

查看http://mvnrepository.com/artifact/org.springframework.social/spring-social-core/1.0.3.RELEASE

这个神器取决于......

Group   Artifact    Version
org.apache.httpcomponents   httpclient  4.2.3
org.springframework.security    spring-security-crypto  3.1.3.RELEASE
org.springframework spring-jdbc 3.1.4.RELEASE
org.springframework spring-web  3.1.4.RELEASE

您可以手动构建(递归查看所有依赖项)依赖项列表并下载所有必需的jar