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.gson gson 2.13.1 jar Apache-2.0
com.google.errorprone error_prone_annotations 2.36.0 jar Apache 2.0
com.google.guava guava 33.4.0-jre jar Apache License, Version 2.0
com.google.j2objc j2objc-annotations 3.0.0 jar Apache License, Version 2.0
com.google.protobuf protobuf-java 4.31.0 jar BSD-3-Clause
io.netty netty-buffer 4.2.2.Final jar Apache License, Version 2.0
io.netty netty-codec 4.2.2.Final jar Apache License, Version 2.0
io.netty netty-codec-http2 4.2.2.Final jar Apache License, Version 2.0
io.netty netty-handler 4.2.2.Final jar Apache License, Version 2.0
io.netty netty-tcnative-boringssl-static 2.0.70.Final jar The Apache Software License, Version 2.0
io.netty netty-transport-native-unix-common 4.2.2.Final jar Apache License, Version 2.0
org.apache.arrow flight-core 18.3.0 jar Apache-2.0
org.slf4j slf4j-api 2.0.16 jar 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
com.squareup.okhttp3 mockwebserver 4.12.0 jar The Apache Software License, Version 2.0
org.assertj assertj-core 3.27.3 jar Apache-2.0
org.junit.jupiter junit-jupiter-engine 5.11.4 jar Eclipse Public License v2.0
org.slf4j slf4j-simple 2.0.16 jar 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.

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 Classifier Type Licenses
com.fasterxml.jackson.core jackson-annotations 2.18.3 - jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-core 2.18.3 - jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-databind 2.18.3 - jar The Apache Software License, Version 2.0
com.fasterxml.jackson.datatype jackson-datatype-jsr310 2.18.3 - jar The Apache Software License, Version 2.0
com.google.api.grpc proto-google-common-protos 2.51.0 - jar Apache-2.0
com.google.code.findbugs jsr305 3.0.2 - jar The Apache Software License, Version 2.0
com.google.flatbuffers flatbuffers-java 25.2.10 - jar Apache License V2.0
com.google.guava failureaccess 1.0.2 - jar The Apache Software 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.protobuf protobuf-java-util 4.30.2 - jar BSD-3-Clause
commons-codec commons-codec 1.18.0 - jar Apache-2.0
io.grpc grpc-api 1.71.0 - jar Apache 2.0
io.grpc grpc-core 1.71.0 - jar Apache 2.0
io.grpc grpc-netty 1.71.0 - jar Apache 2.0
io.grpc grpc-protobuf 1.71.0 - jar Apache 2.0
io.grpc grpc-stub 1.71.0 - jar Apache 2.0
io.netty netty-codec-base 4.2.2.Final - jar Apache License, Version 2.0
io.netty netty-codec-compression 4.2.2.Final - jar Apache License, Version 2.0
io.netty netty-codec-http 4.2.2.Final - jar Apache License, Version 2.0
io.netty netty-codec-marshalling 4.2.2.Final - jar Apache License, Version 2.0
io.netty netty-codec-protobuf 4.2.2.Final - jar Apache License, Version 2.0
io.netty netty-common 4.2.2.Final - jar Apache License, Version 2.0
io.netty netty-resolver 4.2.2.Final - jar Apache License, Version 2.0
io.netty netty-tcnative-boringssl-static 2.0.70.Final linux-aarch_64 jar The Apache Software License, Version 2.0
io.netty netty-tcnative-boringssl-static 2.0.70.Final linux-x86_64 jar The Apache Software License, Version 2.0
io.netty netty-tcnative-boringssl-static 2.0.70.Final osx-aarch_64 jar The Apache Software License, Version 2.0
io.netty netty-tcnative-boringssl-static 2.0.70.Final osx-x86_64 jar The Apache Software License, Version 2.0
io.netty netty-tcnative-boringssl-static 2.0.70.Final windows-x86_64 jar The Apache Software License, Version 2.0
io.netty netty-tcnative-classes 2.0.70.Final - jar The Apache Software License, Version 2.0
io.netty netty-transport 4.2.2.Final - jar Apache License, Version 2.0
javax.annotation javax.annotation-api 1.3.2 - jar CDDL + GPLv2 with classpath exception
org.apache.arrow arrow-format 18.3.0 - jar Apache-2.0
org.apache.arrow arrow-memory-core 18.3.0 - jar Apache-2.0
org.apache.arrow arrow-vector 18.3.0 - jar Apache-2.0
org.checkerframework checker-qual 3.43.0 - jar The MIT License
org.codehaus.mojo animal-sniffer-annotations 1.24 - jar MIT license

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupId ArtifactId Version Type Licenses
com.google.android annotations 4.1.1.4 jar Apache 2.0
io.grpc grpc-context 1.71.0 jar Apache 2.0
io.grpc grpc-protobuf-lite 1.71.0 jar Apache 2.0
io.grpc grpc-util 1.71.0 jar Apache 2.0
io.netty netty-codec-socks 4.1.110.Final jar Apache License, Version 2.0
io.netty netty-handler-proxy 4.1.110.Final jar Apache License, Version 2.0
io.perfmark perfmark-api 0.27.0 jar Apache 2.0
org.apache.arrow arrow-memory-netty 18.3.0 jar Apache-2.0
org.apache.arrow arrow-memory-netty-buffer-patch 18.3.0 jar Apache-2.0

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.squareup.okhttp3 okhttp 4.12.0 jar The Apache Software License, Version 2.0
com.squareup.okio okio 3.6.0 jar The Apache Software License, Version 2.0
com.squareup.okio okio-jvm 3.6.0 jar The Apache Software License, Version 2.0
junit junit 4.13.2 jar Eclipse Public License 1.0
net.bytebuddy byte-buddy 1.15.11 jar Apache License, Version 2.0
org.apiguardian apiguardian-api 1.1.2 jar The Apache License, Version 2.0
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.jetbrains annotations 13.0 jar The Apache Software License, Version 2.0
org.jetbrains.kotlin kotlin-stdlib 1.8.21 jar The Apache License, Version 2.0
org.jetbrains.kotlin kotlin-stdlib-common 1.8.21 jar The Apache License, Version 2.0
org.jetbrains.kotlin kotlin-stdlib-jdk7 1.8.21 jar The Apache License, Version 2.0
org.jetbrains.kotlin kotlin-stdlib-jdk8 1.8.21 jar The Apache License, Version 2.0
org.junit.jupiter junit-jupiter-api 5.11.4 jar Eclipse Public License v2.0
org.junit.platform junit-platform-commons 1.11.4 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.11.4 jar Eclipse Public License v2.0
org.opentest4j opentest4j 1.3.0 jar The Apache License, Version 2.0

Project Dependency Graph

Dependency Tree

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: Kotlin Stdlib, Kotlin Stdlib Common, Kotlin Stdlib Jdk7, Kotlin Stdlib Jdk8, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

Eclipse Public License 1.0: JUnit

BSD-3-Clause: Protocol Buffers [Core], Protocol Buffers [Util]

MIT License: SLF4J API Module, SLF4J Simple Provider

Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API

Apache License V2.0: FlatBuffers Java API

New BSD License: Hamcrest Core

The MIT License (MIT): InfluxDB 3 Java Client

The MIT License: Checker Qual

Apache-2.0: Apache Commons Codec, Arrow Flight Core, Arrow Format, Arrow Memory - Core, Arrow Memory - Netty, Arrow Memory - Netty Buffer, Arrow Vectors, AssertJ Core, Gson, proto-google-common-protos

Apache License, Version 2.0: Byte Buddy (without dependencies), Guava: Google Core Libraries for Java, J2ObjC Annotations, Netty/Buffer, Netty/Codec, Netty/Codec/Base, Netty/Codec/Compression, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/Marshalling, Netty/Codec/Protobuf, Netty/Codec/Socks, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Transport, Netty/Transport/Native/Unix/Common

CDDL + GPLv2 with classpath exception: javax.annotation API

MIT license: Animal Sniffer Annotations

The Apache Software License, Version 2.0: FindBugs-jsr305, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, IntelliJ IDEA Annotations, Jackson datatype: JSR310, Jackson-annotations, Jackson-core, Netty/TomcatNative [BoringSSL - Static], Netty/TomcatNative [OpenSSL - Classes], jackson-databind, mockwebserver, okhttp, okio

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
jackson-annotations-2.18.3.jar 78.5 kB 87 74 2 1.6 Yes
jackson-core-2.18.3.jar 598 kB 293 - - - -
   • Root - 246 211 14 1.8 Yes
   • Versioned - 2 1 1 9 No
   • Versioned - 12 3 1 11 Yes
   • Versioned - 11 2 1 17 Yes
   • Versioned - 11 2 1 21 Yes
   • Versioned - 11 2 1 - Yes
jackson-databind-2.18.3.jar 1.7 MB 829 - - - -
   • Root - 827 789 23 1.8 Yes
   • Versioned - 2 1 1 9 No
jackson-datatype-jsr310-2.18.3.jar 133 kB 86 - - - -
   • Root - 84 62 6 1.8 Yes
   • Versioned - 2 1 1 9 No
annotations-4.1.1.4.jar 3.1 kB 11 2 1 1.5 No
proto-google-common-protos-2.51.0.jar 2.7 MB 1046 937 12 1.8 Yes
jsr305-3.0.2.jar 19.9 kB 46 35 3 1.5 Yes
gson-2.13.1.jar 287 kB 225 - - - -
   • Root - 224 204 9 1.8 Yes
   • Versioned - 1 1 1 9 No
error_prone_annotations-2.36.0.jar 19.4 kB 47 - - - -
   • Root - 40 27 2 1.8 Yes
   • Versioned - 7 1 1 9 No
flatbuffers-java-25.2.10.jar 110.9 kB 79 68 2 1.8 Yes
failureaccess-1.0.2.jar 4.7 kB 15 2 1 1.7 Yes
guava-33.4.0-jre.jar 3.1 MB 2057 2018 18 1.8 Yes
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar 2.2 kB 7 0 0 - -
j2objc-annotations-3.0.0.jar 12.5 kB 31 - - - -
   • Root - 29 17 1 1.8 Yes
   • Versioned - 2 1 1 9 No
protobuf-java-4.31.0.jar 1.9 MB 776 756 2 1.8 Yes
protobuf-java-util-4.30.2.jar 77.1 kB 52 46 1 1.8 Yes
mockwebserver-4.12.0.jar 74.7 kB 41 32 3 1.8 Yes
okhttp-4.12.0.jar 789.5 kB 341 317 17 1.8 Yes
okio-3.6.0.jar 25.7 kB 49 0 0 - -
okio-jvm-3.6.0.jar 359.6 kB 112 107 2 1.8 Yes
commons-codec-1.18.0.jar 373 kB 262 - - - -
   • Root - 261 114 7 1.8 Yes
   • Versioned - 1 1 1 9 No
grpc-api-1.71.0.jar 323.2 kB 318 314 1 1.8 Yes
grpc-context-1.71.0.jar 0.3 kB 2 0 0 - -
grpc-core-1.71.0.jar 657.4 kB 505 497 1 1.8 Yes
grpc-netty-1.71.0.jar 291.8 kB 210 201 1 1.8 Yes
grpc-protobuf-1.71.0.jar 5.2 kB 10 5 1 1.8 Yes
grpc-protobuf-lite-1.71.0.jar 7.8 kB 10 4 1 1.8 Yes
grpc-stub-1.71.0.jar 60.8 kB 58 52 2 1.8 Yes
grpc-util-1.71.0.jar 100.7 kB 81 74 1 1.8 Yes
netty-buffer-4.2.2.Final.jar 343.3 kB 178 - - - -
   • Root - 176 156 3 1.8 Yes
   • Versioned - 2 1 1 9 No
netty-codec-4.2.2.Final.jar 3.9 kB 12 - - - -
   • Root - 10 0 0 - -
   • Versioned - 2 1 1 9 No
netty-codec-base-4.2.2.Final.jar 152.8 kB 123 - - - -
   • Root - 121 96 6 1.8 Yes
   • Versioned - 2 1 1 9 No
netty-codec-compression-4.2.2.Final.jar 182.1 kB 125 - - - -
   • Root - 123 101 1 1.8 Yes
   • Versioned - 2 1 1 9 No
netty-codec-http-4.2.2.Final.jar 676.5 kB 426 - - - -
   • Root - 424 394 9 1.8 Yes
   • Versioned - 2 1 1 9 No
netty-codec-http2-4.2.2.Final.jar 496.5 kB 308 - - - -
   • Root - 306 284 1 1.8 Yes
   • Versioned - 2 1 1 9 No
netty-codec-marshalling-4.2.2.Final.jar 20.3 kB 38 - - - -
   • Root - 36 15 1 1.8 Yes
   • Versioned - 2 1 1 9 No
netty-codec-protobuf-4.2.2.Final.jar 14.7 kB 29 - - - -
   • Root - 27 6 1 1.8 Yes
   • Versioned - 2 1 1 9 No
netty-codec-socks-4.1.110.Final.jar 121 kB 130 107 4 1.6 Yes
netty-common-4.2.2.Final.jar 741.3 kB 596 - - - -
   • Root - 594 556 13 1.8 Yes
   • Versioned - 2 1 1 9 No
netty-handler-4.2.2.Final.jar 573.8 kB 386 - - - -
   • Root - 384 352 11 1.8 Yes
   • Versioned - 2 1 1 9 No
netty-handler-proxy-4.1.110.Final.jar 25.6 kB 31 12 1 1.6 Yes
netty-resolver-4.2.2.Final.jar 38.5 kB 44 - - - -
   • Root - 42 29 1 1.8 Yes
   • Versioned - 2 1 1 9 No
netty-tcnative-boringssl-static-2.0.70.Final-linux-aarch_64.jar 1.2 MB 20 - - - -
   • Root - 18 0 0 - -
   • Versioned - 2 1 1 9 No
netty-tcnative-boringssl-static-2.0.70.Final-linux-x86_64.jar 1.3 MB 20 - - - -
   • Root - 18 0 0 - -
   • Versioned - 2 1 1 9 No
netty-tcnative-boringssl-static-2.0.70.Final-osx-aarch_64.jar 1 MB 20 - - - -
   • Root - 18 0 0 - -
   • Versioned - 2 1 1 9 No
netty-tcnative-boringssl-static-2.0.70.Final-osx-x86_64.jar 1.2 MB 20 - - - -
   • Root - 18 0 0 - -
   • Versioned - 2 1 1 9 No
netty-tcnative-boringssl-static-2.0.70.Final-windows-x86_64.jar 1 MB 20 - - - -
   • Root - 18 0 0 - -
   • Versioned - 2 1 1 9 No
netty-tcnative-boringssl-static-2.0.70.Final.jar 3.8 kB 11 - - - -
   • Root - 9 0 0 - -
   • Versioned - 2 1 1 9 No
netty-tcnative-classes-2.0.70.Final.jar 36.1 kB 44 - - - -
   • Root - 42 29 1 1.8 Yes
   • Versioned - 2 1 1 9 No
netty-transport-4.2.2.Final.jar 560.6 kB 439 - - - -
   • Root - 437 406 12 1.8 Yes
   • Versioned - 2 1 1 9 No
netty-transport-native-unix-common-4.2.2.Final.jar 46.5 kB 48 - - - -
   • Root - 46 32 1 1.8 Yes
   • Versioned - 2 1 1 9 No
perfmark-api-0.27.0.jar 7 kB 10 6 1 1.8 Yes
javax.annotation-api-1.3.2.jar 26.6 kB 29 15 3 1.8 Yes
junit-4.13.2.jar 384.6 kB 389 350 32 1.5 Yes
byte-buddy-1.15.11.jar 8.5 MB 5890 - - - -
   • Root - 2950 2897 38 1.5 Yes
   • Versioned - 2940 2898 39 1.8 Yes
arrow-format-18.3.0.jar 121.5 kB 118 104 2 11 Yes
arrow-memory-core-18.3.0.jar 117.4 kB 87 69 6 11 Yes
arrow-memory-netty-18.3.0.jar 10.8 kB 18 3 1 11 Yes
arrow-memory-netty-buffer-patch-18.3.0.jar 35.1 kB 28 10 2 11 Yes
arrow-vector-18.3.0.jar 2.2 MB 818 787 19 11 Yes
flight-core-18.3.0.jar 1 MB 539 516 8 11 Yes
apiguardian-api-1.1.2.jar 6.8 kB 9 3 2 1.6 Yes
assertj-core-3.27.3.jar 1.4 MB 881 - - - -
   • Root - 877 838 27 1.8 Yes
   • Versioned - 4 1 1 9 No
checker-qual-3.43.0.jar 231.5 kB 439 370 31 1.8 Yes
animal-sniffer-annotations-1.24.jar 3.1 kB 12 1 1 1.8 No
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes
annotations-13.0.jar 17.5 kB 45 32 2 1.5 Yes
kotlin-stdlib-1.8.21.jar 1.7 MB 1008 - - - -
   • Root - 1006 948 43 1.8 Yes
   • Versioned - 2 1 1 9 No
kotlin-stdlib-common-1.8.21.jar 221.5 kB 382 0 0 - -
kotlin-stdlib-jdk7-1.8.21.jar 1 kB 5 - - - -
   • Root - 3 0 0 - -
   • Versioned - 2 1 1 9 No
kotlin-stdlib-jdk8-1.8.21.jar 1 kB 5 - - - -
   • Root - 3 0 0 - -
   • Versioned - 2 1 1 9 No
junit-jupiter-api-5.11.4.jar 216.4 kB 197 182 8 1.8 Yes
junit-jupiter-engine-5.11.4.jar 260.1 kB 152 135 9 1.8 Yes
junit-platform-commons-1.11.4.jar 142 kB 88 - - - -
   • Root - 78 64 8 1.8 Yes
   • Versioned - 10 4 1 9 Yes
junit-platform-engine-1.11.4.jar 246.8 kB 177 158 10 1.8 Yes
opentest4j-1.3.0.jar 14.3 kB 15 9 2 1.6 Yes
slf4j-api-2.0.16.jar 69.4 kB 71 - - - -
   • Root - 69 55 4 1.8 Yes
   • Versioned - 2 1 1 9 No
slf4j-simple-2.0.16.jar 15.7 kB 22 - - - -
   • Root - 20 6 1 1.8 Yes
   • Versioned - 2 1 1 9 No
Total Size Entries Classes Packages Java Version Debug Information
78 40.5 MB 22240 17143 463 11 63
compile: 49 compile: 25.8 MB compile: 12059 compile: 10802 compile: 244 11 compile: 40
runtime: 9 runtime: 311.4 kB runtime: 321 runtime: 218 runtime: 12 runtime: 7
test: 20 test: 14.4 MB test: 9860 test: 6123 test: 207 1.8 test: 16