Project Dependencies
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 |
---|---|---|---|---|
com.intergral.deep | deep-proto | 1.0.5 | jar | AGPL-3.0-only |
com.intergral.deep.tests | test-utils | 1.2.3 | jar | AGPL-3.0-only |
io.grpc | grpc-core | 1.66.0 | jar | Apache 2.0 |
io.grpc | grpc-netty | 1.66.0 | jar | Apache 2.0 |
io.grpc | grpc-protobuf | 1.66.0 | jar | Apache 2.0 |
io.grpc | grpc-stub | 1.66.0 | jar | Apache 2.0 |
net.bytebuddy | byte-buddy-agent | 1.14.4 | jar | Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter | 5.11.0 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 5.4.0 | jar | The MIT License |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
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:
Project Dependency Graph
Dependency Tree
- com.intergral.deep.tests:java-tests:jar:1.2.3
- net.bytebuddy:byte-buddy-agent:jar:1.14.4 (test)
- com.intergral.deep.tests:test-utils:jar:1.2.3 (test)
- com.intergral.deep:deep-proto:jar:1.0.5 (test)
- io.grpc:grpc-protobuf:jar:1.66.0 (test)
- io.grpc:grpc-api:jar:1.66.0 (test)
- com.google.code.findbugs:jsr305:jar:3.0.2 (test)
- com.google.protobuf:protobuf-java:jar:3.25.3 (test)
- com.google.api.grpc:proto-google-common-protos:jar:2.41.0 (test)
- com.google.guava:guava:jar:33.2.1-android (test)
- com.google.guava:failureaccess:jar:1.0.2 (test)
- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (test)
- org.checkerframework:checker-qual:jar:3.42.0 (test)
- com.google.j2objc:j2objc-annotations:jar:3.0.0 (test)
- io.grpc:grpc-protobuf-lite:jar:1.66.0 (test)
- io.grpc:grpc-core:jar:1.66.0 (test)
- com.google.code.gson:gson:jar:2.11.0 (test)
- com.google.android:annotations:jar:4.1.1.4 (test)
- org.codehaus.mojo:animal-sniffer-annotations:jar:1.24 (test)
- com.google.errorprone:error_prone_annotations:jar:2.28.0 (test)
- io.perfmark:perfmark-api:jar:0.27.0 (test)
- io.grpc:grpc-context:jar:1.66.0 (test)
- io.grpc:grpc-stub:jar:1.66.0 (test)
- io.grpc:grpc-netty:jar:1.66.0 (test)
- io.netty:netty-codec-http2:jar:4.1.112.Final (test)
- io.netty:netty-common:jar:4.1.112.Final (test)
- io.netty:netty-buffer:jar:4.1.112.Final (test)
- io.netty:netty-transport:jar:4.1.112.Final (test)
- io.netty:netty-resolver:jar:4.1.112.Final (test)
- io.netty:netty-codec:jar:4.1.112.Final (test)
- io.netty:netty-handler:jar:4.1.112.Final (test)
- io.netty:netty-codec-http:jar:4.1.112.Final (test)
- io.netty:netty-handler-proxy:jar:4.1.112.Final (test)
- io.netty:netty-codec-socks:jar:4.1.112.Final (test)
- io.netty:netty-transport-native-unix-common:jar:4.1.112.Final (test)
- io.grpc:grpc-util:jar:1.66.0 (test)
- io.netty:netty-codec-http2:jar:4.1.112.Final (test)
- org.junit.jupiter:junit-jupiter:jar:5.11.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.11.0 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.11.0 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.11.0 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.11.0 (test)
- org.junit.platform:junit-platform-engine:jar:1.11.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.11.0 (test)
- org.mockito:mockito-core:jar:5.4.0 (test)
- net.bytebuddy:byte-buddy:jar:1.14.5 (test)
- org.objenesis:objenesis:jar:3.3 (test)
Licenses
Apache 2.0: Google Android Annotations Library, error-prone annotations, io.grpc:grpc-api, io.grpc:grpc-context, io.grpc:grpc-core, io.grpc:grpc-netty, io.grpc:grpc-protobuf, io.grpc:grpc-protobuf-lite, io.grpc:grpc-stub, io.grpc:grpc-util, perfmark:perfmark-api
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
BSD-3-Clause: Protocol Buffers [Core]
The MIT License: Checker Qual, mockito-core
AGPL-3.0-only: DEEP Proto Java API, Java Tests, Test Utils
Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, Guava: Google Core Libraries for Java, J2ObjC Annotations, Netty/Buffer, Netty/Codec, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/Socks, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Transport, Netty/Transport/Native/Unix/Common, Objenesis
Apache-2.0: Gson, proto-google-common-protos
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
MIT license: Animal Sniffer Annotations
The Apache Software License, Version 2.0: FindBugs-jsr305, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
annotations-4.1.1.4.jar | 3.1 kB | 11 | 2 | 1 | 1.5 | No |
proto-google-common-protos-2.41.0.jar | 2.6 MB | 1030 | 921 | 12 | 1.8 | Yes |
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
gson-2.11.0.jar | 298.4 kB | 244 | 224 | 10 | - | Yes |
error_prone_annotations-2.28.0.jar | 19.4 kB | 47 | 28 | 3 | - | Yes |
failureaccess-1.0.2.jar | 4.7 kB | 15 | 2 | 1 | 1.7 | Yes |
guava-33.2.1-android.jar | 2.9 MB | 1973 | 1943 | 18 | 1.8 | Yes |
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar | 2.2 kB | 7 | 0 | 0 | - | No |
j2objc-annotations-3.0.0.jar | 12.5 kB | 31 | 18 | 2 | - | Yes |
protobuf-java-3.25.3.jar | 1.9 MB | 754 | 735 | 2 | 1.8 | Yes |
deep-proto-1.0.5.jar | 282.1 kB | 125 | 106 | 4 | 1.7 | Yes |
test-utils-1.2.3.jar | 14.2 kB | 26 | 12 | 4 | 1.8 | Yes |
grpc-api-1.66.0.jar | 315.4 kB | 311 | 307 | 1 | 1.8 | Yes |
grpc-context-1.66.0.jar | 0.3 kB | 2 | 0 | 0 | - | No |
grpc-core-1.66.0.jar | 641.5 kB | 498 | 490 | 1 | 1.8 | Yes |
grpc-netty-1.66.0.jar | 288.6 kB | 210 | 201 | 1 | 1.8 | Yes |
grpc-protobuf-1.66.0.jar | 5.3 kB | 10 | 5 | 1 | 1.8 | Yes |
grpc-protobuf-lite-1.66.0.jar | 7.9 kB | 10 | 4 | 1 | 1.8 | Yes |
grpc-stub-1.66.0.jar | 50.3 kB | 52 | 46 | 2 | 1.8 | Yes |
grpc-util-1.66.0.jar | 101.7 kB | 80 | 73 | 1 | 1.8 | Yes |
netty-buffer-4.1.112.Final.jar | 336.5 kB | 172 | 155 | 2 | 1.6 | Yes |
netty-codec-4.1.112.Final.jar | 352.1 kB | 248 | 219 | 10 | 1.6 | Yes |
netty-codec-http-4.1.112.Final.jar | 668.2 kB | 420 | 391 | 9 | 1.6 | Yes |
netty-codec-http2-4.1.112.Final.jar | 490.3 kB | 302 | 281 | 1 | 1.6 | Yes |
netty-codec-socks-4.1.112.Final.jar | 121 kB | 130 | 107 | 4 | 1.6 | Yes |
netty-common-4.1.112.Final.jar | 694.5 kB | 552 | 516 | 13 | 1.6 | Yes |
netty-handler-4.1.112.Final.jar | 571.2 kB | 392 | 360 | 12 | 1.6 | Yes |
netty-handler-proxy-4.1.112.Final.jar | 25.6 kB | 31 | 12 | 1 | 1.6 | Yes |
netty-resolver-4.1.112.Final.jar | 37.8 kB | 41 | 29 | 1 | 1.6 | Yes |
netty-transport-4.1.112.Final.jar | 518 kB | 414 | 384 | 12 | 1.6 | Yes |
netty-transport-native-unix-common-4.1.112.Final.jar | 44.2 kB | 45 | 32 | 1 | 1.6 | Yes |
perfmark-api-0.27.0.jar | 7 kB | 10 | 6 | 1 | 1.8 | Yes |
byte-buddy-1.14.5.jar | 4.2 MB | 2921 | 2867 | 39 | - | Yes |
byte-buddy-agent-1.14.4.jar | 256.7 kB | 90 | 70 | 3 | - | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | - | Yes |
checker-qual-3.42.0.jar | 230.8 kB | 438 | 369 | 30 | 1.8 | Yes |
animal-sniffer-annotations-1.24.jar | 3.1 kB | 12 | 1 | 1 | 1.8 | No |
junit-jupiter-5.11.0.jar | 6.4 kB | 5 | 1 | 1 | - | No |
junit-jupiter-api-5.11.0.jar | 216.3 kB | 197 | 182 | 8 | - | Yes |
junit-jupiter-engine-5.11.0.jar | 260.1 kB | 152 | 135 | 9 | - | Yes |
junit-jupiter-params-5.11.0.jar | 591.4 kB | 388 | 354 | 22 | - | Yes |
junit-platform-commons-1.11.0.jar | 140.6 kB | 86 | 65 | 8 | - | Yes |
junit-platform-engine-1.11.0.jar | 238.1 kB | 174 | 155 | 10 | - | Yes |
mockito-core-5.4.0.jar | 689.9 kB | 638 | 566 | 64 | - | Yes |
objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | - | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
46 | 20.2 MB | 13423 | 12464 | 344 | 1.8 | 41 |
test: 46 | test: 20.2 MB | test: 13423 | test: 12464 | test: 344 | - | test: 41 |