美文网首页
常用 Maven 仓库地址

常用 Maven 仓库地址

作者: GameProgramer | 来源:发表于2018-12-04 15:35 被阅读0次
    仓库名称 仓库地址 gradle 引用方式
    jcenter https://jcenter.bintray.com jcenter()
    mavenCentral https://repo1.maven.org/maven2http://central.maven.org/maven2/ (比较慢) mavenCentral()
    google 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/ 在这里可以根据名称搜索相应的库和查看热门的库。

    相关文章

      网友评论

          本文标题:常用 Maven 仓库地址

          本文链接:https://www.haomeiwen.com/subject/tszmcqtx.html