------------------------------------------------------------ Root project ------------------------------------------------------------ archives - Configuration for archive artifacts. No dependencies compile - Dependencies for source set 'main'. No dependencies compileClasspath - Compile classpath for source set 'main'. No dependencies compileOnly - Compile dependencies for source set 'main'. No dependencies default - Configuration for default artifacts. No dependencies runtime - Runtime dependencies for source set 'main'. No dependencies testCompile - Dependencies for source set 'test'. +--- junit:junit:4.12 | \--- org.hamcrest:hamcrest-core:1.3 \--- org.mockito:mockito-all:1.10.19 testCompileClasspath - Compile classpath for source set 'test'. +--- junit:junit:4.12 | \--- org.hamcrest:hamcrest-core:1.3 \--- org.mockito:mockito-all:1.10.19 testCompileOnly - Compile dependencies for source set 'test'. +--- junit:junit:4.12 | \--- org.hamcrest:hamcrest-core:1.3 \--- org.mockito:mockito-all:1.10.19 testRuntime - Runtime dependencies for source set 'test'. +--- junit:junit:4.12 | \--- org.hamcrest:hamcrest-core:1.3 \--- org.mockito:mockito-all:1.10.19