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.influxdb influxdb-client-java 7.2.0-SNAPSHOT jar The MIT License (MIT)
org.apache.pekko pekko-stream_2.13 1.0.3 jar Apache-2.0
org.scala-lang scala-library 2.13.11 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.influxdb influxdb-client-test 7.2.0-SNAPSHOT jar The MIT License (MIT)
org.apache.pekko pekko-stream-testkit_2.13 1.0.3 jar Apache-2.0
org.apache.pekko pekko-testkit_2.13 1.0.3 jar Apache-2.0
org.scalatest scalatest_2.13 3.2.12 jar -

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.gson gson 2.11.0 jar Apache-2.0
com.google.errorprone error_prone_annotations 2.27.0 jar Apache 2.0
com.influxdb influxdb-client-core 7.2.0-SNAPSHOT jar The MIT License (MIT)
com.influxdb influxdb-client-utils 7.2.0-SNAPSHOT jar The MIT License (MIT)
com.squareup.okhttp3 logging-interceptor 4.12.0 jar The Apache Software License, Version 2.0
com.squareup.okhttp3 okhttp 4.12.0 jar The Apache Software License, Version 2.0
com.squareup.okio okio 3.9.0 jar The Apache Software License, Version 2.0
com.squareup.okio okio-jvm 3.9.0 jar The Apache Software License, Version 2.0
com.squareup.retrofit2 adapter-rxjava3 2.11.0 jar The Apache Software License, Version 2.0
com.squareup.retrofit2 converter-gson 2.11.0 jar The Apache Software License, Version 2.0
com.squareup.retrofit2 converter-scalars 2.11.0 jar The Apache Software License, Version 2.0
com.squareup.retrofit2 retrofit 2.11.0 jar The Apache Software License, Version 2.0
com.typesafe config 1.4.3 jar -
commons-codec commons-codec 1.16.1 jar Apache-2.0
commons-io commons-io 2.16.1 jar Apache-2.0
io.reactivex.rxjava3 rxjava 3.1.8 jar The Apache Software License, Version 2.0
org.apache.commons commons-csv 1.11.0 jar Apache-2.0
org.apache.pekko pekko-actor_2.13 1.0.3 jar Apache-2.0
org.apache.pekko pekko-protobuf-v3_2.13 1.0.3 jar Apache-2.0
org.jetbrains annotations 13.0 jar The Apache Software License, Version 2.0
org.jetbrains.kotlin kotlin-stdlib 2.0.0 jar The Apache License, Version 2.0
org.reactivestreams reactive-streams 1.0.4 jar MIT-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 mockwebserver 4.12.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.14.18 jar Apache License, Version 2.0
net.bytebuddy byte-buddy-agent 1.12.19 jar Apache License, Version 2.0
org.apiguardian apiguardian-api 1.1.2 jar The Apache License, Version 2.0
org.assertj assertj-core 3.26.3 jar Apache License, Version 2.0
org.hamcrest hamcrest 3.0 jar BSD-3-Clause
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.junit.jupiter junit-jupiter-api 5.10.3 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-engine 5.10.3 jar Eclipse Public License v2.0
org.junit.platform junit-platform-commons 1.10.3 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.10.3 jar Eclipse Public License v2.0
org.mockito mockito-core 4.10.0 jar The MIT License
org.mockito mockito-junit-jupiter 4.10.0 jar The MIT License
org.objenesis objenesis 3.3 jar Apache License, Version 2.0
org.opentest4j opentest4j 1.3.0 jar The Apache License, Version 2.0
org.scala-lang scala-reflect 2.13.6 jar Apache-2.0
org.scala-lang.modules scala-xml_2.13 2.1.0 jar -
org.scalactic scalactic_2.13 3.2.12 jar -
org.scalatest scalatest-compatible 3.2.12 jar -
org.scalatest scalatest-core_2.13 3.2.12 jar -
org.scalatest scalatest-diagrams_2.13 3.2.12 jar -
org.scalatest scalatest-featurespec_2.13 3.2.12 jar -
org.scalatest scalatest-flatspec_2.13 3.2.12 jar -
org.scalatest scalatest-freespec_2.13 3.2.12 jar -
org.scalatest scalatest-funspec_2.13 3.2.12 jar -
org.scalatest scalatest-funsuite_2.13 3.2.12 jar -
org.scalatest scalatest-matchers-core_2.13 3.2.12 jar -
org.scalatest scalatest-mustmatchers_2.13 3.2.12 jar -
org.scalatest scalatest-propspec_2.13 3.2.12 jar -
org.scalatest scalatest-refspec_2.13 3.2.12 jar -
org.scalatest scalatest-shouldmatchers_2.13 3.2.12 jar -
org.scalatest scalatest-wordspec_2.13 3.2.12 jar -

Project Dependency Graph

Dependency Tree

Licenses

The MIT License (MIT): The InfluxDB Client Core, The InfluxDB Client Test Tools, The InfluxDB Client Utils, The Java InfluxDB 2.x Client, The Scala InfluxDB 2.x Client [Scala 2.13]

MIT-0: reactive-streams

The Apache License, Version 2.0: Kotlin Stdlib, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

Apache 2.0: error-prone annotations

Eclipse Public License 1.0: JUnit

BSD-3-Clause: Hamcrest

The MIT License: mockito-core, mockito-junit-jupiter

Apache-2.0: Apache Commons CSV, Apache Commons Codec, Apache Commons IO, Apache Pekko Actor, Apache Pekko Protobuf V3, Apache Pekko Stream, Apache Pekko Stream Testkit, Apache Pekko Testkit, Gson, Scala Compiler, Scala Library

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

Apache License, Version 2.0: AssertJ Core, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis

New BSD License: Hamcrest Core

The Apache Software License, Version 2.0: Adapter: RxJava 3, Converter: Gson, Converter: Scalars, FindBugs-jsr305, IntelliJ IDEA Annotations, Retrofit, RxJava, mockwebserver, okhttp, okhttp-logging-interceptor, okio

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
jsr305-3.0.2.jar 19.9 kB 46 35 3 1.5 Yes
gson-2.11.0.jar 298.4 kB 244 - - - -
   • Root - 243 223 9 1.7 Yes
   • Versioned - 1 1 1 9 No
error_prone_annotations-2.27.0.jar 19.4 kB 47 - - - -
   • Root - 40 27 2 1.8 Yes
   • Versioned - 7 1 1 9 No
client-core/target/classes - 0 0 0 - -
client/target/classes - 0 0 0 - -
client-test/target/classes - 0 0 0 - -
client-utils/target/classes - 0 0 0 - -
logging-interceptor-4.12.0.jar 15.7 kB 13 8 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.9.0.jar 48.1 kB 124 0 0 - -
okio-jvm-3.9.0.jar 372.1 kB 119 114 2 1.8 Yes
adapter-rxjava3-2.11.0.jar 14.4 kB 18 13 1 1.8 Yes
converter-gson-2.11.0.jar 4.6 kB 9 4 1 1.8 Yes
converter-scalars-2.11.0.jar 11.7 kB 18 13 1 1.8 Yes
retrofit-2.11.0.jar 131.9 kB 128 - - - -
   • Root - 122 113 3 1.8 Yes
   • Versioned - 3 1 1 14 Yes
   • Versioned - 3 1 1 16 Yes
config-1.4.3.jar 296 kB 187 181 3 1.8 Yes
commons-codec-1.16.1.jar 365.5 kB 259 - - - -
   • Root - 257 109 7 1.8 Yes
   • Versioned - 2 1 1 9 No
commons-io-2.16.1.jar 508.8 kB 374 - - - -
   • Root - 373 346 15 1.8 Yes
   • Versioned - 1 1 1 9 No
rxjava-3.1.8.jar 2.7 MB 1803 - - - -
   • Root - 1801 1757 32 1.8 Yes
   • Versioned - 2 1 1 9 No
junit-4.13.2.jar 384.6 kB 389 350 32 1.5 Yes
byte-buddy-1.14.18.jar 4.2 MB 2935 - - - -
   • Root - 2933 2880 38 1.6 Yes
   • Versioned - 2 1 1 9 No
byte-buddy-agent-1.12.19.jar 256.4 kB 90 - - - -
   • Root - 88 69 2 1.5 Yes
   • Versioned - 2 1 1 9 No
commons-csv-1.11.0.jar 56.2 kB 32 - - - -
   • Root - 31 18 1 1.8 Yes
   • Versioned - 1 1 1 9 No
pekko-actor_2.13-1.0.3.jar 4 MB 1896 1861 27 1.8 Yes
pekko-protobuf-v3_2.13-1.0.3.jar 1.7 MB 696 670 2 1.7 Yes
pekko-stream-testkit_2.13-1.0.3.jar 142.1 kB 91 79 3 1.8 Yes
pekko-stream_2.13-1.0.3.jar 5.2 MB 2571 2547 13 11 Yes
pekko-testkit_2.13-1.0.3.jar 279.1 kB 124 114 2 1.8 Yes
apiguardian-api-1.1.2.jar 6.8 kB 9 3 2 1.6 Yes
assertj-core-3.26.3.jar 1.4 MB 882 - - - -
   • Root - 878 839 27 1.8 Yes
   • Versioned - 4 1 1 9 No
hamcrest-3.0.jar 126.4 kB 123 108 11 1.8 Yes
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-2.0.0.jar 1.7 MB 1042 - - - -
   • Root - 1040 982 43 1.8 Yes
   • Versioned - 2 1 1 9 No
junit-jupiter-api-5.10.3.jar 211.4 kB 198 183 8 1.8 Yes
junit-jupiter-engine-5.10.3.jar 244.7 kB 147 130 9 1.8 Yes
junit-platform-commons-1.10.3.jar 106.2 kB 64 - - - -
   • Root - 56 43 7 1.8 Yes
   • Versioned - 8 2 1 9 Yes
junit-platform-engine-1.10.3.jar 204.8 kB 153 136 10 1.8 Yes
mockito-core-4.10.0.jar 683.2 kB 651 579 64 1.8 Yes
mockito-junit-jupiter-4.10.0.jar 5.4 kB 9 2 1 1.8 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 1.6 Yes
reactive-streams-1.0.4.jar 11.6 kB 17 13 1 1.6 Yes
scala-library-2.13.11.jar 6 MB 2927 2889 31 1.8 Yes
scala-reflect-2.13.6.jar 3.8 MB 1482 1463 13 1.8 Yes
scala-xml_2.13-2.1.0.jar 483.1 kB 213 201 8 1.8 Yes
scalactic_2.13-3.2.12.jar 1.6 MB 515 507 4 1.8 Yes
scalatest-compatible-3.2.12.jar 1.4 kB 6 1 1 1.8 No
scalatest-core_2.13-3.2.12.jar 3.8 MB 1463 1412 12 1.8 Yes
scalatest-diagrams_2.13-3.2.12.jar 51.3 kB 21 17 1 1.8 Yes
scalatest-featurespec_2.13-3.2.12.jar 81.8 kB 22 17 1 1.8 Yes
scalatest-flatspec_2.13-3.2.12.jar 177.4 kB 82 77 1 1.8 Yes
scalatest-freespec_2.13-3.2.12.jar 104 kB 30 25 1 1.8 Yes
scalatest-funspec_2.13-3.2.12.jar 110.6 kB 36 31 1 1.8 Yes
scalatest-funsuite_2.13-3.2.12.jar 63.8 kB 21 17 1 1.8 Yes
scalatest-matchers-core_2.13-3.2.12.jar 2 MB 735 729 2 1.8 Yes
scalatest-mustmatchers_2.13-3.2.12.jar 184 kB 47 42 1 1.8 Yes
scalatest-propspec_2.13-3.2.12.jar 34.7 kB 14 9 1 1.8 Yes
scalatest-refspec_2.13-3.2.12.jar 26.6 kB 12 7 1 1.8 Yes
scalatest-shouldmatchers_2.13-3.2.12.jar 186 kB 50 44 1 1.8 Yes
scalatest-wordspec_2.13-3.2.12.jar 134.9 kB 46 41 1 1.8 Yes
scalatest_2.13-3.2.12.jar 0.7 kB 2 0 0 - -
Total Size Entries Classes Packages Java Version Debug Information
63 45.5 MB 23785 22556 502 11 56
compile: 26 compile: 24.3 MB compile: 12956 compile: 12272 compile: 217 11 compile: 22
test: 37 test: 21.2 MB test: 10829 test: 10284 test: 285 1.8 test: 34