如何在Android studio中以compile直接依赖GitHub上的库

如何让自己的项目以compile直接依赖GitHub上的库,先看看引用方式: dependencies { compile 'com.github.helloworldjie:TestProj1:0.4' } compile 'com.github.helloworldjie:TestProj1:0.4' com.github.helloworldjie 表示是一个GitHub中的库,后面
相关文章
相关标签/搜索