maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/nexus/content/groups/public'}
maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter'}
maven { url 'https://maven.aliyun.com/repository/public' } // 阿里云镜像源,可选
maven { url 'https://mirrors.tuna.tsinghua.edu.cn/android/repository/google' }
maven { url 'https://mirrors.tuna.tsinghua.edu.cn/android/repository/jcenter' }
maven { url 'https://mirrors.163.com/maven/repository' } // 网易镜像源
maven { url 'https://nexus.jjmatch.cn/repository/maven-public/' }
maven { url "https://jitpack.io" }
maven ("https://maven.aliyun.com/repository/central")
maven ("https://maven.aliyun.com/repository/google")
maven ("https://maven.aliyun.com/nexus/content/groups/public")
maven ("https://maven.aliyun.com/nexus/content/repositories/jcenter")
maven ("https://maven.aliyun.com/repository/public") // 阿里云镜像源,可选
maven ("https://mirrors.tuna.tsinghua.edu.cn/android/repository/google")
maven ("https://mirrors.tuna.tsinghua.edu.cn/android/repository/jcenter")
maven ("https://mirrors.163.com/maven/repository") // 网易镜像源
maven( "https://nexus.jjmatch.cn/repository/maven-public/")
maven ("https://jitpack.io")