Last active
August 29, 2015 14:08
-
-
Save xingrz/dada4b66d69fee532c66 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./gradlew -q projects | |
------------------------------------------------------------ | |
Root project | |
------------------------------------------------------------ | |
Root project 'cnode-android' | |
\--- Project ':CNode' | |
To see a list of the tasks of a project, run gradlew <project-path>:tasks | |
For example, try running gradlew :CNode:tasks | |
$ ./gradlew -q :CNode:dependencies --configuration compile | |
------------------------------------------------------------ | |
Project :CNode | |
------------------------------------------------------------ | |
compile - Classpath for compiling the main sources. | |
+--- com.android.support:appcompat-v7:21.0.+ -> 21.0.0 | |
| \--- com.android.support:support-v4:21.0.0 | |
| \--- com.android.support:support-annotations:21.0.0 | |
+--- com.android.support:recyclerview-v7:21.0.+ -> 21.0.0 | |
| \--- com.android.support:support-v4:21.0.0 (*) | |
+--- com.mcxiaoke.volley:library:1.0.6 | |
+--- com.google.code.gson:gson:2.3 | |
+--- com.squareup.picasso:picasso:2.3.4 | |
+--- com.google.zxing:core:3.1.0 | |
+--- com.embarkmobile:zxing-android-minimal:2.0.0 | |
\--- com.embarkmobile:zxing-android-integration:2.0.0 | |
$ curl -s https://jcenter.bintray.com/com/google/code/gson/gson/maven-metadata.xml | |
<?xml version="1.0" encoding="UTF-8"?> | |
<metadata> | |
<groupId>com.google.code.gson</groupId> | |
<artifactId>gson</artifactId> | |
<version>2.3</version> | |
<versioning> | |
<latest>2.3</latest> | |
<release>2.3</release> | |
<versions> | |
<version>1.1</version> | |
<version>1.1.1</version> | |
<version>1.2</version> | |
<version>1.2.2</version> | |
<version>1.2.3</version> | |
<version>1.3</version> | |
<version>1.4</version> | |
<version>1.5</version> | |
<version>1.6</version> | |
<version>1.7</version> | |
<version>1.7.1</version> | |
<version>1.7.2</version> | |
<version>2.0</version> | |
<version>2.1</version> | |
<version>2.2</version> | |
<version>2.2.1</version> | |
<version>2.2.2</version> | |
<version>2.2.2-atlassian-1</version> | |
<version>2.2.3</version> | |
<version>2.2.4</version> | |
<version>2.3</version> | |
</versions> | |
<lastUpdated>20140830141927</lastUpdated> | |
</versioning> | |
</metadata> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment