转自:https://blog.csdn.net/kangweijian/article/details/79120849?%3E

使用开源中国的maven库

阿里云的(速度飞快):http://maven.aliyun.com/nexus/content/groups/public/

build.gradle

buildscript {
repositories {
// jcenter()
// jcenter(){ url 'http://jcenter.bintray.com/'}
maven{url 'http://maven.aliyun.com/nexus/content/groups/public/'}
maven { url "https://jitpack.io" }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
}
} allprojects {
repositories {
// jcenter()
maven{url 'http://maven.aliyun.com/nexus/content/groups/public/'}
google()
}
}

最新文章

  1. tyvj1193 括号序列
  2. could not build module 'XXXXXXXX'或者error: expected identifier or '(' 。一堆奇怪的错误————错误根源
  3. IOS导航栏的使用方法
  4. oracle 将查询到的数据插入表
  5. C#相关图书推荐
  6. 解决Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in
  7. java 内部类学习
  8. Linux 查看系统硬件信息(实例详解)
  9. 将DataTable转化为json对象
  10. Binarized Neural Networks_ Training Neural Networks with Weights and Activations Constrained to +1 or −1
  11. execlp函数使用
  12. ACdream 1728 SJY's First Task
  13. Woody的Python学习笔记1
  14. JQuery 操作数组 each、map、grep、filter
  15. homebrew 更改镜像,进行成功安装
  16. 莫烦theano学习自修第二天【激励函数】
  17. Servlet案例3:验证码功能
  18. luogu3195/bzoj1010 玩具装箱(斜率优化dp)
  19. 待选框、目标框select项目左右移动
  20. Spring boot 问题总结

热门文章

  1. 自己DIY出来一个JSON结构化展示器
  2. NGUI外包开发总结一下今天的收获
  3. 【C++】如何接收函数return返回来的数组元素
  4. Spark环境准备
  5. Windows2008 R2 X64 PHP环境搭建步骤
  6. git中加入中文时,乱码
  7. 2019年1月16日22:50:28 白糖SR1905
  8. ubuntu16.04上安装ros-kinetic
  9. 在Spring Boot中使用 @ConfigurationProperties 注解
  10. Jquery 正则式验证