当前位置:   article > 正文

查看gradle项目的依赖树_gradle查看依赖树

gradle查看依赖树

进入项目目录,并执行以下命令

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

命令执行完后生成的结果

+--- 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
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/524437
推荐阅读
相关标签
  

闽ICP备14008679号