怎么查看android中导入的github库是否存在?

上图这个库我可以访问https://github.com/licheedev/SerialWorker/

直接确认其存在。下面这个库com.github.licheedev.SomeLibrary:myutils:0.02

我却找不到,是这个库不存在吗?

报错:Unable to resolve dependency for ':app@_defaultDebugAndroidTest/compileClasspath': Could not resolve com.github.licheedev.SomeLibrary:myutils:0.02.

 

作者已经修改了这个库,请使用

com.licheedev:logplus:1.0.0替换
com.github.licheedev.SomeLibrary:myutils:0.02

左上角 ,从android切换到project, 然后看 External Libraries

报错说明本地没有,也下载不到,看看版本号之类的有没有错误