Could not resolve dependencies for com.android.support:support-annotations:jar:22.2.1
[WARNING] The POM for com.android.support:support-annotations:jar:22.2.1 is missing, no dependency information available
I get this warning when I attempt to include this library as a dependency in a Maven project. I see that the error pertains to a Android support library (not part of the SDK either). I see that the pom.xml has that library as a dependency however, it doesn't seem like the library exists in maven central. Is this correct?
I think you should include how to add this library to Android projects and perhaps for non-Android projects (haven't looked for a guide for this). I was going to add this library to my Maven project because this will save me a lot of time in my project but wil now rebuild the project as an Android module instead.