https://blog.csdn.net/xiaoxing598/article/details/68958383
備選:https://www.cnblogs.com/yoyotl/p/6291703.html
https://blog.csdn.net/ucxiii/article/details/51943848
https://jingyan.baidu.com/article/4b07be3c93ce6048b380f3dd.html
repositories {
flatDir {
dirs '../uaplib'
}
}
//如開發環境可以鏈接公網,請取消以下注釋,從maven中央庫自動下載依賴包,
//如開發環境不能鏈接公網,請手動下載依賴包,放入lib目錄中,並按dependendies中的方式進行加載
//如搭建自己的maven私服,請將以下的地址修改為私服地址
repositories {
maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
//maven { url "http://repo.spring.io/libs-snapshot" }
mavenLocal()
mavenCentral()
}
