I cannot sync Volley dependency to my project
buildscript {
repositories {
google()
jcenter()
}
implementation 'com.android.volley:volley:1.1.1'
Show me this error
Could not resolve com.mcxiaoke.volley:library:1.1.1.
Could not get resource 'https://jcenter.bintray.com/com/mcxiaoke/volley/library/1.1.1/library-1.1.1.pom'.
Could not GET 'https://jcenter.bintray.com/com/mcxiaoke/volley/library/1.1.1/library-1.1.1.pom'.