sat*_*sat 6 spring android gradle android-studio spring-android
官方Spring for Android页面提到添加以下依赖项代码.
dependencies {
compile 'org.springframework.android:spring-android:1.0.1.RELEASE'
}
Run Code Online (Sandbox Code Playgroud)
这是最新版本的build.(根据网站)
我在应用程序的build.gradle中添加了它但是我得到一个错误
Error:Failed to find: org.springframework.android:spring-android:1.0.1.RELEASE
Run Code Online (Sandbox Code Playgroud)
做正确的方法是什么?我可以用同样的方式添加谷歌播放服务作为依赖.
以下是Rest Template模块的正确依赖关系.我已在Spring for Android项目页面上更正此问题.非常感谢你指出这个错误.
dependencies {
compile 'org.springframework.android:spring-android-rest-template:1.0.1.RELEASE'
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
7844 次 |
| 最近记录: |