仓库名称 | 仓库地址 | gradle 引用方式 |
jcenter | https://jcenter.bintray.com | jcenter() |
mavenCentral | https://repo1.maven.org/maven2 或 http://central.maven.org/maven2/ (比较慢) | mavenCentral() |
https://maven.google.com | google() | |
阿里云 | http://maven.aliyun.com/nexus/content/repositories/jcenter/ 或 http://maven.aliyun.com/nexus/content/groups/public/ | maven {url ‘阿里地址’} |
注:
mavenCentral 官网地址 http://mvnrepository.com/ 在这里可以根据名称搜索相应的库和查看热门的库。