Fork me on GitHub

Dependency Report (Gradle Style)

This report is useful to analyze your project's dependencies. If you are familiar with Maven's site plugin, this should look familiar (Dependency Convergence Report). In addition, if you want to quickly grab all of this projects dependencies and force them to load and cache for use offline, you should be able to copy and paste the stuff below into an empty gradle.buid file or for a pom.xml.

Dependency Convergence

Dependency Statistics

Modules:14
Number of dependencies (NOD):34
Number of unique artifacts (NOA):37
Number of version-conflicting artifacts (NOC):6
Number of SNAPSHOT artifacts (NOS):0
Number of Wildcard artifacts (NOWC):10
Convergence (NOD/NOA):91%
Ready for release (100 % convergence and no SNAPSHOTS):Error
You do not have 100 % convergence.

Gradle Dependencies, composite

This is a composite of all dependencies for this project. Useful if you need to go offline and want to force all dependencies to download. Note: the dependencies listed below are all listed as compile, even though they may not actually be compile dependencies. Also missing is classifiers.


dependencies {
	compile: 'org.umlgraph:umlgraph:5.6.6@jar'
	compile: 'com.atlassian.commonmark:commonmark:0.7.0'
	compile: 'com.atlassian.commonmark:commonmark-ext-gfm-tables:0.7.0'
	compile: 'com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:0.7.0'
	compile: 'com.atlassian.commonmark:commonmark-ext-autolink:0.7.0'
	compile: 'org.apache.commons:commons-lang3:3.4@jar'
	compile: 'commons-io:commons-io:2.5@jar'
	compile: 'org.jsoup:jsoup:1.9.2@jar'
	compile: 'org.asciidoctor:asciidoctorj:1.5.4'
	compile: 'commons-cli:commons-cli:1.3@jar'


//WARN dependency converage flag! Currently used by the modules: [hello-grandchild-lib, hello-world-lib, hello-world-apk, gradle-fury-validation, hello-world-war, hello-world-app, hello-universe-lib, hello-gradhell, hello-world-aar, hello-world-apk-overrides]
	compile: 'junit:junit:+@jar'
	compile: 'junit:junit:4.12@jar'
//END WARN dependency converage flag!

    	compile: 'com.chrisdoyle:hello-world-lib:1.0.19@jar'
	compile: 'com.android.support:support-annotations:23.3.0@jar'
	compile: 'org.osmdroid:osmdroid-android:5.4.1@aar'
	compile: 'org.jacoco:org.jacoco.agent:0.7.4.201502262128@jar'
	compile: 'org.jacoco:org.jacoco.ant:0.7.4.201502262128@jar'
	compile: 'com.android.support.test:runner:0.4.+'
	compile: 'com.android.support.test:rules:0.4.+'
	compile: 'com.squareup.leakcanary:leakcanary-android:1.4-beta2@aar'
	compile: 'ch.acra:acra:4.7.0@aar'
	compile: 'com.chrisdoyle:hello-world-aar:1.0.19@aar'


//WARN dependency converage flag! Currently used by the modules: [hello-world-apk, hello-world-gmaps, hello-world-apk-overrides]
	compile: 'com.android.support:appcompat-v7:23.+@aar'
	compile: 'com.android.support:appcompat-v7:23.3.0@aar'
//END WARN dependency converage flag!

    	compile: 'com.android.support:cardview-v7:23.3.0@aar'
	compile: 'com.android.support:design:23.3.0@aar'
	compile: 'com.android.support:recyclerview-v7:23.3.0@aar'


//WARN dependency converage flag! Currently used by the modules: [hello-world-apk, hello-world-gmaps, hello-world-apk-overrides]
	compile: 'com.android.support:support-v4:23.+@aar'
	compile: 'com.android.support:support-v4:23.3.0@aar'
//END WARN dependency converage flag!

    	compile: 'org.apache.commons:commons-io:1.3.+'
	compile: 'org.apache.commons:commons-math3:3.+'
	compile: 'commons-codec:commons-codec:1+'
	compile: 'com.chrisdoyle:hello-universe-lib:1.0.19@jar'
	compile: 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta2@aar'
	compile: 'com.google.android.gms:play-services:8.+'
	compile: 'com.google.android.gms:play-services-maps:8.+'
	compile: 'commons-logging:commons-logging:1.2@jar'
}

Maven Dependencies, composite

This is a composite of all dependencies for this project. Useful if you need to go offline and want to force all dependencies to download. Note: the dependencies listed below are all listed as compile, even though they may not actually be compile dependencies. Also missing is classifiers.


<dependencies>
	<dependency>
		<groupId>org.umlgraph</groupId>
		<artifactId>umlgraph</artifactId>
		<version>5.6.6</version>
		<type>jar</type>
	</dependency>
	<dependency>
		<groupId>com.atlassian.commonmark</groupId>
		<artifactId>commonmark</artifactId>
		<version>0.7.0</version>
	</dependency>
	<dependency>
		<groupId>com.atlassian.commonmark</groupId>
		<artifactId>commonmark-ext-gfm-tables</artifactId>
		<version>0.7.0</version>
	</dependency>
	<dependency>
		<groupId>com.atlassian.commonmark</groupId>
		<artifactId>commonmark-ext-gfm-strikethrough</artifactId>
		<version>0.7.0</version>
	</dependency>
	<dependency>
		<groupId>com.atlassian.commonmark</groupId>
		<artifactId>commonmark-ext-autolink</artifactId>
		<version>0.7.0</version>
	</dependency>
	<dependency>
		<groupId>org.apache.commons</groupId>
		<artifactId>commons-lang3</artifactId>
		<version>3.4</version>
		<type>jar</type>
	</dependency>
	<dependency>
		<groupId>commons-io</groupId>
		<artifactId>commons-io</artifactId>
		<version>2.5</version>
		<type>jar</type>
	</dependency>
	<dependency>
		<groupId>org.jsoup</groupId>
		<artifactId>jsoup</artifactId>
		<version>1.9.2</version>
		<type>jar</type>
	</dependency>
	<dependency>
		<groupId>org.asciidoctor</groupId>
		<artifactId>asciidoctorj</artifactId>
		<version>1.5.4</version>
	</dependency>
	<dependency>
		<groupId>commons-cli</groupId>
		<artifactId>commons-cli</artifactId>
		<version>1.3</version>
		<type>jar</type>
	</dependency>


<!--WARN dependency converage flag! Currently used by the modules: [hello-grandchild-lib, hello-world-lib, hello-world-apk, gradle-fury-validation, hello-world-war, hello-world-app, hello-universe-lib, hello-gradhell, hello-world-aar, hello-world-apk-overrides]-->
	<dependency>
		<groupId>junit</groupId>
		<artifactId>junit</artifactId>
		<version>LATEST</version>
		<type>jar</type>
	</dependency>
	<dependency>
		<groupId>junit</groupId>
		<artifactId>junit</artifactId>
		<version>4.12</version>
		<type>jar</type>
	</dependency>
<!--END WARN dependency converage flag!-->

    	<dependency>
		<groupId>com.chrisdoyle</groupId>
		<artifactId>hello-world-lib</artifactId>
		<version>1.0.19</version>
		<type>jar</type>
	</dependency>
	<dependency>
		<groupId>com.android.support</groupId>
		<artifactId>support-annotations</artifactId>
		<version>23.3.0</version>
		<type>jar</type>
	</dependency>
	<dependency>
		<groupId>org.osmdroid</groupId>
		<artifactId>osmdroid-android</artifactId>
		<version>5.4.1</version>
		<type>aar</type>
	</dependency>
	<dependency>
		<groupId>org.jacoco</groupId>
		<artifactId>org.jacoco.agent</artifactId>
		<version>0.7.4.201502262128</version>
		<type>jar</type>
	</dependency>
	<dependency>
		<groupId>org.jacoco</groupId>
		<artifactId>org.jacoco.ant</artifactId>
		<version>0.7.4.201502262128</version>
		<type>jar</type>
	</dependency>
	<dependency>
		<groupId>com.android.support.test</groupId>
		<artifactId>runner</artifactId>
		<version>[0.4,)</version>
	</dependency>
	<dependency>
		<groupId>com.android.support.test</groupId>
		<artifactId>rules</artifactId>
		<version>[0.4,)</version>
	</dependency>
	<dependency>
		<groupId>com.squareup.leakcanary</groupId>
		<artifactId>leakcanary-android</artifactId>
		<version>1.4-beta2</version>
		<type>aar</type>
	</dependency>
	<dependency>
		<groupId>ch.acra</groupId>
		<artifactId>acra</artifactId>
		<version>4.7.0</version>
		<type>aar</type>
	</dependency>
	<dependency>
		<groupId>com.chrisdoyle</groupId>
		<artifactId>hello-world-aar</artifactId>
		<version>1.0.19</version>
		<type>aar</type>
	</dependency>


<!--WARN dependency converage flag! Currently used by the modules: [hello-world-apk, hello-world-gmaps, hello-world-apk-overrides]-->
	<dependency>
		<groupId>com.android.support</groupId>
		<artifactId>appcompat-v7</artifactId>
		<version>[23,)</version>
		<type>aar</type>
	</dependency>
	<dependency>
		<groupId>com.android.support</groupId>
		<artifactId>appcompat-v7</artifactId>
		<version>23.3.0</version>
		<type>aar</type>
	</dependency>
<!--END WARN dependency converage flag!-->

    	<dependency>
		<groupId>com.android.support</groupId>
		<artifactId>cardview-v7</artifactId>
		<version>23.3.0</version>
		<type>aar</type>
	</dependency>
	<dependency>
		<groupId>com.android.support</groupId>
		<artifactId>design</artifactId>
		<version>23.3.0</version>
		<type>aar</type>
	</dependency>
	<dependency>
		<groupId>com.android.support</groupId>
		<artifactId>recyclerview-v7</artifactId>
		<version>23.3.0</version>
		<type>aar</type>
	</dependency>


<!--WARN dependency converage flag! Currently used by the modules: [hello-world-apk, hello-world-gmaps, hello-world-apk-overrides]-->
	<dependency>
		<groupId>com.android.support</groupId>
		<artifactId>support-v4</artifactId>
		<version>[23,)</version>
		<type>aar</type>
	</dependency>
	<dependency>
		<groupId>com.android.support</groupId>
		<artifactId>support-v4</artifactId>
		<version>23.3.0</version>
		<type>aar</type>
	</dependency>
<!--END WARN dependency converage flag!-->

    	<dependency>
		<groupId>org.apache.commons</groupId>
		<artifactId>commons-io</artifactId>
		<version>[1.3,)</version>
	</dependency>
	<dependency>
		<groupId>org.apache.commons</groupId>
		<artifactId>commons-math3</artifactId>
		<version>[3,)</version>
	</dependency>
	<dependency>
		<groupId>commons-codec</groupId>
		<artifactId>commons-codec</artifactId>
		<version>[1,)</version>
	</dependency>
	<dependency>
		<groupId>com.chrisdoyle</groupId>
		<artifactId>hello-universe-lib</artifactId>
		<version>1.0.19</version>
		<type>jar</type>
	</dependency>
	<dependency>
		<groupId>com.squareup.leakcanary</groupId>
		<artifactId>leakcanary-android-no-op</artifactId>
		<version>1.4-beta2</version>
		<type>aar</type>
	</dependency>
	<dependency>
		<groupId>com.google.android.gms</groupId>
		<artifactId>play-services</artifactId>
		<version>[8,)</version>
	</dependency>
	<dependency>
		<groupId>com.google.android.gms</groupId>
		<artifactId>play-services-maps</artifactId>
		<version>[8,)</version>
	</dependency>
	<dependency>
		<groupId>commons-logging</groupId>
		<artifactId>commons-logging</artifactId>
		<version>1.2</version>
		<type>jar</type>
	</dependency>
</dependencies>