The official Spring page for Android adds the following dependency code.
dependencies { compile 'org.springframework.android:spring-android:1.0.1.RELEASE' }
which is the latest build version at the moment. (according to website)
I added it to the build.radry application, but I get an error message like
Error:Failed to find: org.springframework.android:spring-android:1.0.1.RELEASE
What is the right way to do this? I could add Google Play services as a dependency in the same way.
source share