Просмотр дерева зависимостей проекта gradle

Войдите в каталог проекта и выполните следующую команду

# :app是对应的项目
gradle :app:Dependencies --configuration compileClasspath

Результат, сгенерированный после выполнения команды

+--- io.springfox:springfox-swagger2:2.9.2
|    +--- io.swagger:swagger-annotations:1.5.20 -> 1.5.22
|    +--- io.swagger:swagger-models:1.5.20
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.5 -> 2.9.0
|    |    +--- org.slf4j:slf4j-api:1.7.22 -> 1.7.26
|    |    \--- io.swagger:swagger-annotations:1.5.20 -> 1.5.22
|    +--- io.springfox:springfox-spi:2.9.2
|    |    \--- io.springfox:springfox-core:2.9.2 -> 2.9.2.TSF-RELEASE
|    |         +--- net.bytebuddy:byte-buddy:1.8.12 -> 1.7.11
|    |         +--- com.google.guava:guava:20.0 -> 28.1-jre
|    |         |    +--- com.google.guava:failureaccess:1.0.1
|    |         |    +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|    |         |    +--- com.google.code.findbugs:jsr305:3.0.2
|    |         |    +--- org.checkerframework:checker-qual:2.8.1
|    |         |    +--- com.google.errorprone:error_prone_annotations:2.3.2
|    |         |    +--- com.google.j2objc:j2objc-annotations:1.3
|    |         |    \--- org.codehaus.mojo:animal-sniffer-annotations:1.18
|    |         +--- com.fasterxml:classmate:1.4.0 -> 1.3.4
|    |         +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |         +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE
|    |         |    +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.0.13.RELEASE
|    |         |    |    \--- org.springframework:spring-core:5.0.13.RELEASE
|    |         |    |         \--- org.springframework:spring-jcl:5.0.13.RELEASE
|    |         |    +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.0.13.RELEASE
|    |         |    |    +--- org.springframework:spring-aop:5.0.13.RELEASE
|    |         |    |    |    +--- org.springframework:spring-beans:5.0.13.RELEASE (*)
|    |         |    |    |    \--- org.springframework:spring-core:5.0.13.RELEASE (*)
|    |         |    |    +--- org.springframework:spring-beans:5.0.13.RELEASE (*)
|    |         |    |    +--- org.springframework:spring-core:5.0.13.RELEASE (*)
|    |         |    |    \--- org.springframework:spring-expression:5.0.13.RELEASE
|    |         |    |         \--- org.springframework:spring-core:5.0.13.RELEASE (*)
|    |         |    +--- org.springframework:spring-aop:4.0.9.RELEASE -> 5.0.13.RELEASE (*)
|    |         |    \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.26
|    |         \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE
|    |              +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
|    |              \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.26
|    +--- io.springfox:springfox-schema:2.9.2 -> 2.9.2.TSF-RELEASE
|    |    +--- io.springfox:springfox-core:2.9.2.TSF-RELEASE (*)
|    |    \--- io.springfox:springfox-spi:2.9.2 (*)
|    +--- io.springfox:springfox-swagger-common:2.9.2
|    |    +--- io.swagger:swagger-annotations:1.5.20 -> 1.5.22
|    |    +--- io.swagger:swagger-models:1.5.20 (*)
|    |    +--- io.springfox:springfox-spi:2.9.2 (*)
|    |    +--- io.springfox:springfox-schema:2.9.2 -> 2.9.2.TSF-RELEASE (*)
|    |    +--- io.springfox:springfox-spring-web:2.9.2 -> 2.9.2.TSF-RELEASE
|    |    |    +--- com.google.guava:guava:18.0 -> 28.1-jre (*)
|    |    |    +--- com.fasterxml:classmate:1.3.4
|    |    |    +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
|    |    |    +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
|    |    |    +--- io.springfox:springfox-spi:2.9.2 (*)
|    |    |    +--- io.springfox:springfox-schema:2.9.2 -> 2.9.2.TSF-RELEASE (*)
|    |    |    \--- joda-time:joda-time:2.10 -> 2.9.9
|    |    +--- com.google.guava:guava:20.0 -> 28.1-jre (*)
|    |    +--- com.fasterxml:classmate:1.4.0 -> 1.3.4
|    |    +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    |    +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
|    |    \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
|    +--- io.springfox:springfox-spring-web:2.9.2 -> 2.9.2.TSF-RELEASE (*)
|    +--- com.google.guava:guava:20.0 -> 28.1-jre (*)
|    +--- com.fasterxml:classmate:1.4.0 -> 1.3.4
|    +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.26
|    +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
|    +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
|    \--- org.mapstruct:mapstruct:1.2.0.Final -> 1.3.0.Final
+--- io.springfox:springfox-swagger-ui:2.9.2
|    \--- io.springfox:springfox-spring-web:2.9.2 -> 2.9.2.TSF-RELEASE (*)
+--- com.github.xiaoymin:swagger-bootstrap-ui:1.9.4
|    \--- org.javassist:javassist:3.25.0-GA -> 3.26.0-GA

Supongo que te gusta

Origin blog.csdn.net/q283614346/article/details/126708701
Recomendado
Clasificación