Advertisement
Guest User

gradle dependencies

a guest
Jul 16th, 2020
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.93 KB | None | 0 0
  1. ~/P/L/g/gradle-java-library-plugin-library ❯❯❯ ./gradlew dependencies
  2.  
  3. > Task :dependencies
  4.  
  5. ------------------------------------------------------------
  6. Root project
  7. ------------------------------------------------------------
  8.  
  9. annotationProcessor - Annotation processors and their dependencies for source set 'main'.
  10. No dependencies
  11.  
  12. api - API dependencies for source set 'main'. (n)
  13. \--- com.fasterxml.jackson.core:jackson-databind:2.10.2 (n)
  14.  
  15. apiElements - API elements for main. (n)
  16. No dependencies
  17.  
  18. archives - Configuration for archive artifacts.
  19. No dependencies
  20.  
  21. compileClasspath - Compile classpath for source set 'main'.
  22. +--- com.fasterxml.jackson.core:jackson-databind:2.10.2
  23. |    +--- com.fasterxml.jackson.core:jackson-annotations:2.10.2
  24. |    \--- com.fasterxml.jackson.core:jackson-core:2.10.2
  25. \--- com.google.http-client:google-http-client:1.34.2
  26.      +--- org.apache.httpcomponents:httpclient:4.5.11
  27.      |    +--- org.apache.httpcomponents:httpcore:4.4.13
  28.      |    +--- commons-logging:commons-logging:1.2
  29.      |    \--- commons-codec:commons-codec:1.11
  30.      +--- org.apache.httpcomponents:httpcore:4.4.13
  31.      +--- com.google.code.findbugs:jsr305:3.0.2
  32.      +--- com.google.guava:guava:28.2-android
  33.      |    +--- com.google.guava:failureaccess:1.0.1
  34.      |    +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
  35.      |    +--- com.google.code.findbugs:jsr305:3.0.2
  36.      |    +--- org.checkerframework:checker-compat-qual:2.5.5
  37.      |    +--- com.google.errorprone:error_prone_annotations:2.3.4
  38.      |    \--- com.google.j2objc:j2objc-annotations:1.3
  39.      +--- com.google.j2objc:j2objc-annotations:1.3
  40.      +--- io.opencensus:opencensus-api:0.24.0
  41.      |    \--- io.grpc:grpc-context:1.22.1
  42.      \--- io.opencensus:opencensus-contrib-http-util:0.24.0
  43.           +--- io.opencensus:opencensus-api:0.24.0 (*)
  44.           \--- com.google.guava:guava:26.0-android -> 28.2-android (*)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement