简体   繁体   English

搜索android libs以在build.gradle中使用的网站

[英]Website to search for android libs to use inside build.gradle

I remember there was a website where you could search for android libraries and it would give you an url which you could use in your build.gradle file, like this: 我记得有一个网站,你可以搜索android库,它会给你一个你可以在build.gradle文件中使用的URL,如下所示:

apply plugin: 'android'

repositories {
    mavenCentral()
}

dependencies {
    compile 'com.android.support:support-v13:+'
    compile '<an-url-you-would-put-here>'
}

Unfortunately I can't find it anymore, does anyone know about it? 不幸的是我再也找不到了,有人知道吗? I think it was hosted on appspot.com 我认为它是在appspot.com上托管的

我想你正在寻找这个。

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

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