简体   繁体   English

如何从gradle依赖获取.AAR文件?

[英]How to get .AAR file from gradle dependency?

Is it possible to get the .AAR file from the following gradle link or any gradle link? 是否可以从以下gradle链接或任何gradle链接获取.AAR文件?

compile('com.mikepenz:materialdrawer:5.9.0@aar') {
    transitive = true
}

Sure, you can find the link to download the arr here https://search.maven.org/#search%7Cga%7C1%7Cmaterialdrawer 当然,你可以在这里找到下载arr的链接https://search.maven.org/#search%7Cga%7C1%7Cmaterialdrawer

By searching the package name in the the mavencentral repo where this is being hosted, you can directly download the AAR. 通过在托管它的mavencentral仓库中搜索包名称,您可以直接下载AAR。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM