ZPY博客

maven下载aar包

一般情况下在dependency里我们只需要指定groupId,artifactId和version三项就可以确定一个包,不过这样的情况是默认会下载jar包,如果我们要下载aar包,就需要指定type属性为aar

<type>aar</type>