查寻maven中各个库的版本号

 在开发中如果依赖库如下:
 

api 'com.tencent.bugly:crashreport:latest.release'

或者

api 'com.tencent.bugly:crashreport:+'

都会导致会先去maven库中下载maven-metadata.xml文件去对比本地的版本是不是最新的,这样会导致编译慢,或者编译不过,这个时候需要指定版本。以下提供的为maven版本库的查询方法

https://mvnrepository.com/artifact/com.tencent.bugly/crashreporticon-default.png?t=M5H6https://mvnrepository.com/artifact/com.tencent.bugly/crashreport   

    需要翻墙

  不需要翻墙

 Maven Central Repository Search

猜你喜欢

转载自blog.csdn.net/xueyoubangbang/article/details/125387554
今日推荐