I am getting below error in dependencies tag in my pom.xml file.
Missing artifact com.google.android.gms:google-play-services:jar:13.0.0
Missing artifact com.google.android.gms:google-play-services:apklib:13.0.0
Here is my Pom.xml dependencies tag, where I am getting error(Check ERROR HERE line)
com.google.android
android
2.3.1
provided
com.google.android
support-v4
r7
junit
junit
4.8.2
test
com.google.android
android-test
4.1.1.4
com.google.android.maps
maps
17_r3
provided
//ERROR HERE
com.google.android.gms
google-play-services
13.0.0
apklib
com.google.android.gms
google-play-services
13.0.0
jar