IDEA Gradle 项目查看依赖

IDEA Gradle 项目查看依赖

> Task :dependencies

------------------------------------------------------------
Root project
------------------------------------------------------------

annotationProcessor - Annotation processors and their dependencies for source set 'main'.
No dependencies

apiElements - API elements for main. (n)
No dependencies

archives - Configuration for archive artifacts.
No dependencies

compile - Dependencies for source set 'main' (deprecated, use 'implementation' instead).
+--- com.microsoft.sqlserver:mssql-jdbc:7.2.1.jre11
+--- com.mchange:c3p0:0.9.5.2
|    \--- com.mchange:mchange-commons-java:0.2.11
+--- log4j:log4j:1.2.17
\--- javax.xml.bind:jaxb-api:2.3.1
     \--- javax.activation:javax.activation-api:1.2.0

compileClasspath - Compile classpath for source set 'main'.
+--- com.microsoft.sqlserver:mssql-jdbc:7.2.1.jre11
+--- com.mchange:c3p0:0.9.5.2
|    \--- com.mchange:mchange-commons-java:0.2.11
+--- log4j:log4j:1.2.17
\--- javax.xml.bind:jaxb-api:2.3.1
     \--- javax.activation:javax.activation-api:1.2.0

compileOnly - Compile only dependencies for source set 'main'.
No dependencies

default - Configuration for default artifacts.
+--- com.microsoft.sqlserver:mssql-jdbc:7.2.1.jre11
+--- com.mchange:c3p0:0.9.5.2
|    \--- com.mchange:mchange-commons-java:0.2.11
+--- log4j:log4j:1.2.17
\--- javax.xml.bind:jaxb-api:2.3.1
     \--- javax.activation:javax.activation-api:1.2.0

implementation - Implementation only dependencies for source set 'main'. (n)
No dependencies

runtime - Runtime dependencies for source set 'main' (deprecated, use 'runtimeOnly' instead).
+--- com.microsoft.sqlserver:mssql-jdbc:7.2.1.jre11
+--- com.mchange:c3p0:0.9.5.2
|    \--- com.mchange:mchange-commons-java:0.2.11
+--- log4j:log4j:1.2.17
\--- javax.xml.bind:jaxb-api:2.3.1
     \--- javax.activation:javax.activation-api:1.2.0

runtimeClasspath - Runtime classpath of source set 'main'.
+--- com.microsoft.sqlserver:mssql-jdbc:7.2.1.jre11
+--- com.mchange:c3p0:0.9.5.2
|    \--- com.mchange:mchange-commons-java:0.2.11
+--- log4j:log4j:1.2.17
\--- javax.xml.bind:jaxb-api:2.3.1
     \--- javax.activation:javax.activation-api:1.2.0

runtimeElements - Elements of runtime for main. (n)
No dependencies

runtimeOnly - Runtime only dependencies for source set 'main'. (n)
No dependencies

testAnnotationProcessor - Annotation processors and their dependencies for source set 'test'.
No dependencies

testCompile - Dependencies for source set 'test' (deprecated, use 'testImplementation' instead).
+--- com.microsoft.sqlserver:mssql-jdbc:7.2.1.jre11
+--- com.mchange:c3p0:0.9.5.2
|    \--- com.mchange:mchange-commons-java:0.2.11
+--- log4j:log4j:1.2.17
+--- javax.xml.bind:jaxb-api:2.3.1
|    \--- javax.activation:javax.activation-api:1.2.0
\--- junit:junit:4.12
     \--- org.hamcrest:hamcrest-core:1.3

testCompileClasspath - Compile classpath for source set 'test'.
+--- com.microsoft.sqlserver:mssql-jdbc:7.2.1.jre11
+--- com.mchange:c3p0:0.9.5.2
|    \--- com.mchange:mchange-commons-java:0.2.11
+--- log4j:log4j:1.2.17
+--- javax.xml.bind:jaxb-api:2.3.1
|    \--- javax.activation:javax.activation-api:1.2.0
\--- junit:junit:4.12
     \--- org.hamcrest:hamcrest-core:1.3

testCompileOnly - Compile only dependencies for source set 'test'.
No dependencies

testImplementation - Implementation only dependencies for source set 'test'. (n)
No dependencies

testRuntime - Runtime dependencies for source set 'test' (deprecated, use 'testRuntimeOnly' instead).
+--- com.microsoft.sqlserver:mssql-jdbc:7.2.1.jre11
+--- com.mchange:c3p0:0.9.5.2
|    \--- com.mchange:mchange-commons-java:0.2.11
+--- log4j:log4j:1.2.17
+--- javax.xml.bind:jaxb-api:2.3.1
|    \--- javax.activation:javax.activation-api:1.2.0
\--- junit:junit:4.12
     \--- org.hamcrest:hamcrest-core:1.3

testRuntimeClasspath - Runtime classpath of source set 'test'.
+--- com.microsoft.sqlserver:mssql-jdbc:7.2.1.jre11
+--- com.mchange:c3p0:0.9.5.2
|    \--- com.mchange:mchange-commons-java:0.2.11
+--- log4j:log4j:1.2.17
+--- javax.xml.bind:jaxb-api:2.3.1
|    \--- javax.activation:javax.activation-api:1.2.0
\--- junit:junit:4.12
     \--- org.hamcrest:hamcrest-core:1.3

testRuntimeOnly - Runtime only dependencies for source set 'test'. (n)
No dependencies

A web-based, searchable dependency report is available by adding the --scan option.

BUILD SUCCESSFUL in 0s
1 actionable task: 1 executed
17:53:16:任务执行完成 ' 'dependencies''。

 IDEA Gradle 项目查看依赖

 

https://blog.****.net/sugaryaruan/article/details/79905339