从Gradle文件中获取依赖库?

时间:2015-11-27 18:16:40

标签: php gradle bintray jcenter

假设我在gradle.build文件中定义了以下库:

dependencies {
    compile 'com.google.android.gms:play-services:7.8.0'
    compile 'com.android.support:appcompat-v7:23.0.0'
    compile 'com.android.support:cardview-v7:23.0.0'
    compile 'com.squareup.okhttp:okhttp:2.6.0'
    compile 'com.squareup.picasso:picasso:2.5.2'
    compile 'com.facebook.android:facebook-android-sdk:4.8.2'
    //...
}

现在,其中一些库依赖于其他库。 鉴于库名称,有没有办法知道给定库所依赖的库列表?我只对webapp项目的这些库的名称和版本感兴趣。我尝试阅读Bintray API,但无法在那里找到方法。

编辑:

我没有找我的app的依赖树(即gradle dependencies命令)。我只对建立一个Web应用感兴趣,用户提供任何项目(在JCenter上托管Maven),Web应用将返回依赖树。

1 个答案:

答案 0 :(得分:1)

只需获取库的pom文件,然后在mvn dependency:tree上运行graphml并将String parsedValue = "(1234)"; if(!parsedValue.equals("")){ parsedValue = parsedValue.replaceAll("\\(*\\)", "");//I can just change the regex but still need to use replaceAll method. } System.out.println(parsedValue); 设置为(1234