Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId |
ArtifactId |
Version |
Type |
Licenses |
| com.google.code.findbugs |
jsr305 |
3.0.2 |
jar |
The Apache Software License, Version 2.0 |
| com.google.errorprone |
error_prone_annotations |
2.18.0 |
jar |
Apache 2.0 |
| com.google.guava |
failureaccess |
1.0.1 |
jar |
The Apache Software License, Version 2.0 |
| com.google.guava |
guava |
30.1.1-android |
jar |
Apache License, Version 2.0 |
| com.google.guava |
listenablefuture |
9999.0-empty-to-avoid-conflict-with-guava |
jar |
The Apache Software License, Version 2.0 |
| com.google.j2objc |
j2objc-annotations |
1.3 |
jar |
The Apache Software License, Version 2.0 |
| commons-codec |
commons-codec |
1.11 |
jar |
Apache License, Version 2.0 |
| commons-logging |
commons-logging |
1.2 |
jar |
The Apache Software License, Version 2.0 |
| io.grpc |
grpc-context |
1.27.2 |
jar |
Apache 2.0 |
| io.opencensus |
opencensus-api |
0.31.1 |
jar |
The Apache License, Version 2.0 |
| io.opencensus |
opencensus-contrib-http-util |
0.31.1 |
jar |
The Apache License, Version 2.0 |
| org.apache.httpcomponents |
httpclient |
4.5.14 |
jar |
Apache License, Version 2.0 |
| org.apache.httpcomponents |
httpcore |
4.4.16 |
jar |
Apache License, Version 2.0 |
| org.checkerframework |
checker-compat-qual |
2.5.5 |
jar |
GNU General Public License, version 2 (GPL2), with the classpath exceptionThe MIT License |
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId |
ArtifactId |
Version |
Type |
Licenses |
| junit |
junit |
4.13.2 |
jar |
Eclipse Public License 1.0 |
| org.hamcrest |
hamcrest-core |
1.3 |
jar |
New BSD License |
Project Dependency Graph
Dependency Tree
- com.google.http-client:google-http-client-jackson2:jar:1.43.0
- com.google.http-client:google-http-client:jar:1.43.0 (compile)
- org.apache.httpcomponents:httpclient:jar:4.5.14 (compile)
- commons-logging:commons-logging:jar:1.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- commons-codec:commons-codec:jar:1.11 (compile)
![[Information]](./images/icon_info_sml.gif)
| Apache Commons Codec |
|
Description: The Apache Commons Codec package contains simple encoder and decoders for
various formats such as Base64 and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
URL: http://commons.apache.org/proper/commons-codec/
Project Licenses: Apache License, Version 2.0 |
- org.apache.httpcomponents:httpcore:jar:4.4.16 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.google.code.findbugs:jsr305:jar:3.0.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.google.errorprone:error_prone_annotations:jar:2.18.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.google.guava:guava:jar:30.1.1-android (compile)
- com.google.guava:failureaccess:jar:1.0.1 (compile)
![[Information]](./images/icon_info_sml.gif)
| Guava InternalFutureFailureAccess and InternalFutures |
|
Description: Contains
com.google.common.util.concurrent.internal.InternalFutureFailureAccess and
InternalFutures. Most users will never need to use this artifact. Its
classes is conceptually a part of Guava, but they're in this separate
artifact so that Android libraries can use them without pulling in all of
Guava (just as they can use ListenableFuture by depending on the
listenablefuture artifact).
URL: https://github.com/google/guava/failureaccess
Project Licenses: The Apache Software License, Version 2.0 |
- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (compile)
![[Information]](./images/icon_info_sml.gif)
| Guava ListenableFuture only |
|
Description: An empty artifact that Guava depends on to signal that it is providing
ListenableFuture -- but is also available in a second "version" that
contains com.google.common.util.concurrent.ListenableFuture class, without
any other Guava classes. The idea is:
- If users want only ListenableFuture, they depend on listenablefuture-1.0.
- If users want all of Guava, they depend on guava, which, as of Guava
27.0, depends on
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-...
version number is enough for some build systems (notably, Gradle) to select
that empty artifact over the "real" listenablefuture-1.0 -- avoiding a
conflict with the copy of ListenableFuture in guava itself. If users are
using an older version of Guava or a build system other than Gradle, they
may see class conflicts. If so, they can solve them by manually excluding
the listenablefuture artifact or manually forcing their build systems to
use 9999.0-....
URL: https://github.com/google/guava/listenablefuture
Project Licenses: The Apache Software License, Version 2.0 |
- org.checkerframework:checker-compat-qual:jar:2.5.5 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.google.j2objc:j2objc-annotations:jar:1.3 (compile)
![[Information]](./images/icon_info_sml.gif)
- io.opencensus:opencensus-api:jar:0.31.1 (compile)
- io.grpc:grpc-context:jar:1.27.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- io.opencensus:opencensus-contrib-http-util:jar:0.31.1 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.google.http-client:google-http-client-test:jar:1.43.0 (test)
- junit:junit:jar:4.13.2 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
![[Information]](./images/icon_info_sml.gif)
- com.fasterxml.jackson.core:jackson-core:jar:2.14.2 (compile)
![[Information]](./images/icon_info_sml.gif)
Licenses
Apache 2.0: error-prone annotations, io.grpc:grpc-context
The Apache License, Version 2.0: OpenCensus
Eclipse Public License 1.0: JUnit
The MIT License: Checker Qual
Apache License, Version 2.0: Apache Commons Codec, Apache HttpClient, Apache HttpCore, Guava: Google Core Libraries for Java
GNU General Public License, version 2 (GPL2), with the classpath exception: Checker Qual
New BSD License: Hamcrest Core
The Apache Software License, Version 2.0: Apache Commons Logging, FindBugs-jsr305, Google HTTP Client Library for Java, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, J2ObjC Annotations, Jackson 2 extensions to the Google HTTP Client Library for Java., Jackson-core, Shared classes used for testing of artifacts in the Google HTTP Client Library for Java.
Dependency File Details
| Filename |
Size |
Entries |
Classes |
Packages |
Java Version |
Debug Information |
| jackson-core-2.14.2.jar |
458.8 kB |
191 |
161 |
15 |
- |
Yes |
| jsr305-3.0.2.jar |
19.9 kB |
46 |
35 |
3 |
1.5 |
Yes |
| error_prone_annotations-2.18.0.jar |
16 kB |
38 |
26 |
2 |
1.8 |
Yes |
| failureaccess-1.0.1.jar |
4.6 kB |
15 |
2 |
1 |
1.7 |
Yes |
| guava-30.1.1-android.jar |
2.7 MB |
1982 |
1952 |
18 |
1.8 |
Yes |
| listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar |
2.2 kB |
7 |
0 |
0 |
- |
No |
| google-http-client-1.43.0.jar |
292.8 kB |
248 |
219 |
16 |
1.7 |
Yes |
| google-http-client-test-1.43.0.jar |
58.2 kB |
69 |
54 |
2 |
1.7 |
Yes |
| j2objc-annotations-1.3.jar |
8.8 kB |
23 |
12 |
1 |
1.5 |
Yes |
| commons-codec-1.11.jar |
335 kB |
243 |
96 |
7 |
1.6 |
Yes |
| commons-logging-1.2.jar |
61.8 kB |
42 |
28 |
2 |
1.2 |
Yes |
| grpc-context-1.27.2.jar |
30.1 kB |
30 |
26 |
1 |
1.7 |
Yes |
| opencensus-api-0.31.1.jar |
355.4 kB |
401 |
380 |
17 |
1.7 |
Yes |
| opencensus-contrib-http-util-0.31.1.jar |
23.4 kB |
19 |
12 |
2 |
1.6 |
Yes |
| junit-4.13.2.jar |
384.6 kB |
389 |
350 |
32 |
1.5 |
Yes |
| httpclient-4.5.14.jar |
785.6 kB |
511 |
470 |
24 |
1.6 |
Yes |
| httpcore-4.4.16.jar |
327.9 kB |
283 |
253 |
17 |
1.6 |
Yes |
| checker-compat-qual-2.5.5.jar |
5.9 kB |
17 |
10 |
1 |
1.6 |
No |
| hamcrest-core-1.3.jar |
45 kB |
52 |
45 |
3 |
1.5 |
Yes |
| Total |
Size |
Entries |
Classes |
Packages |
Java Version |
Debug Information |
| 19 |
5.9 MB |
4606 |
4131 |
164 |
1.8 |
17 |
| compile: 16 |
compile: 5.4 MB |
compile: 4096 |
compile: 3682 |
compile: 127 |
- |
compile: 14 |
| test: 3 |
test: 487.9 kB |
test: 510 |
test: 449 |
test: 37 |
- |
test: 3 |