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-core 7.0.0-SNAPSHOT jar The MIT License (MIT)
com.influxdb influxdb-client-java 7.0.0-SNAPSHOT jar The MIT License (MIT)
com.influxdb influxdb-client-reactive 7.0.0-SNAPSHOT jar The MIT License (MIT)

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
ch.qos.logback logback-classic 1.3.14 jar Eclipse Public License - v 1.0GNU Lesser General Public License
com.influxdb influxdb-client-test 7.0.0-SNAPSHOT jar The MIT License (MIT)

provided

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

GroupId ArtifactId Version Type Licenses
org.osgi org.osgi.service.component.annotations 1.5.1 jar Apache-2.0
org.osgi org.osgi.service.metatype.annotations 1.4.1 jar Apache-2.0
org.osgi osgi.cmpn 7.0.0 jar Apache-2.0
org.osgi osgi.core 8.0.0 jar Apache-2.0
org.projectlombok lombok 1.18.30 jar The MIT License
org.slf4j slf4j-api 2.0.9 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 Type Licenses
com.google.code.gson gson 2.10.1 jar Apache-2.0
com.influxdb influxdb-client-utils 7.0.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.7.0 jar The Apache Software License, Version 2.0
com.squareup.okio okio-jvm 3.7.0 jar The Apache Software License, Version 2.0
com.squareup.retrofit2 adapter-rxjava3 2.9.0 jar The Apache Software License, Version 2.0
com.squareup.retrofit2 converter-gson 2.9.0 jar The Apache Software License, Version 2.0
com.squareup.retrofit2 converter-scalars 2.9.0 jar The Apache Software License, Version 2.0
com.squareup.retrofit2 retrofit 2.9.0 jar The Apache Software License, Version 2.0
io.reactivex.rxjava3 rxjava 3.1.8 jar The Apache Software License, Version 2.0
org.apache.commons commons-csv 1.10.0 jar Apache-2.0
org.jetbrains annotations 13.0 jar The Apache Software License, Version 2.0
org.jetbrains.kotlin kotlin-stdlib 1.9.22 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.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
ch.qos.logback logback-core 1.3.14 jar Eclipse Public License - v 1.0GNU Lesser General Public License
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.12.21 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.24.2 jar Apache License, Version 2.0
org.hamcrest hamcrest 2.2 jar BSD License 3
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.junit.jupiter junit-jupiter-api 5.10.1 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-engine 5.10.1 jar Eclipse Public License v2.0
org.junit.platform junit-platform-commons 1.10.1 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.10.1 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

provided

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

GroupId ArtifactId Version Type Licenses
org.osgi org.osgi.namespace.extender 1.0.1 jar Apache License, Version 2.0
org.osgi org.osgi.namespace.implementation 1.0.0 jar Apache License, Version 2.0
org.osgi org.osgi.util.function 1.0.0 jar Apache License, Version 2.0
org.osgi org.osgi.util.promise 1.0.0 jar Apache License, Version 2.0
org.osgi osgi.annotation 8.1.0 jar Apache-2.0

Project Dependency Graph

Dependency Tree

Licenses

MIT-0: reactive-streams

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

Eclipse Public License 1.0: JUnit

MIT License: SLF4J API Module

BSD License 3: Hamcrest

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

GNU Lesser General Public License: Logback Classic Module, Logback Core Module

New BSD License: Hamcrest Core

The MIT License (MIT): The InfluxDB Client Core, The InfluxDB Client Test Tools, The InfluxDB Client Utils, The Java InfluxDB 2.x Client, The OSGi InfluxDB 2.x Client, The RxJava InfluxDB 2.x Client

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

Apache-2.0: Apache Commons CSV, Gson, org.osgi:org.osgi.service.component.annotations, org.osgi:org.osgi.service.metatype.annotations, org.osgi:osgi.annotation, org.osgi:osgi.cmpn, org.osgi:osgi.core

Apache License, Version 2.0: AssertJ Core, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis, org.osgi:org.osgi.namespace.extender, org.osgi:org.osgi.namespace.implementation, org.osgi:org.osgi.util.function, org.osgi:org.osgi.util.promise

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

Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
logback-classic-1.3.14.jar 277.8 kB 232 178 28 9 Yes
logback-core-1.3.14.jar 579.7 kB 507 453 42 9 Yes
jsr305-3.0.2.jar 19.9 kB 46 35 3 1.5 Yes
gson-2.10.1.jar 283.4 kB 238 218 10 9 Yes
influxdb-client-core-7.0.0-SNAPSHOT.jar 60.4 kB 64 48 8 17 Yes
influxdb-client-java-7.0.0-SNAPSHOT.jar 1.1 MB 703 686 8 17 Yes
influxdb-client-reactive-7.0.0-SNAPSHOT.jar 24.4 kB 24 11 2 17 Yes
influxdb-client-test-7.0.0-SNAPSHOT.jar 10.8 kB 13 3 1 17 Yes
influxdb-client-utils-7.0.0-SNAPSHOT.jar 5.1 kB 11 1 1 17 Yes
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.7.0.jar 37.4 kB 97 0 0 - -
okio-jvm-3.7.0.jar 360.6 kB 112 107 2 1.8 Yes
adapter-rxjava3-2.9.0.jar 14.5 kB 18 13 1 1.8 Yes
converter-gson-2.9.0.jar 4.6 kB 9 4 1 1.8 Yes
converter-scalars-2.9.0.jar 11.7 kB 18 13 1 1.8 Yes
retrofit-2.9.0.jar 125.4 kB 116 108 3 1.8 Yes
rxjava-3.1.8.jar 2.7 MB 1803 1758 33 9 Yes
junit-4.13.2.jar 384.6 kB 389 350 32 1.5 Yes
byte-buddy-1.12.21.jar 3.9 MB 2742 2688 39 9 Yes
byte-buddy-agent-1.12.19.jar 256.4 kB 90 70 3 9 Yes
commons-csv-1.10.0.jar 54.7 kB 32 19 1 1.8 Yes
apiguardian-api-1.1.2.jar 6.8 kB 9 3 2 9 Yes
assertj-core-3.24.2.jar 1.3 MB 854 814 28 9 Yes
hamcrest-2.2.jar 123.4 kB 122 108 11 1.7 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-1.9.22.jar 1.7 MB 1038 979 44 9 Yes
kotlin-stdlib-jdk7-1.8.21.jar 1 kB 5 1 1 9 No
kotlin-stdlib-jdk8-1.8.21.jar 1 kB 5 1 1 9 No
junit-jupiter-api-5.10.1.jar 211 kB 197 182 8 9 Yes
junit-jupiter-engine-5.10.1.jar 244.7 kB 147 130 9 9 Yes
junit-platform-commons-1.10.1.jar 106.3 kB 64 44 7 9 Yes
junit-platform-engine-1.10.1.jar 204.8 kB 153 136 10 9 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 9 Yes
org.osgi.namespace.extender-1.0.1.jar 11.6 kB 24 2 1 1.5 Yes
org.osgi.namespace.implementation-1.0.0.jar 11.9 kB 24 2 1 1.5 Yes
org.osgi.service.component.annotations-1.5.1.jar 43.3 kB 53 16 1 1.8 Yes
org.osgi.service.metatype.annotations-1.4.1.jar 27.7 kB 39 9 1 1.8 Yes
org.osgi.util.function-1.0.0.jar 12.5 kB 26 3 1 1.5 No
org.osgi.util.promise-1.0.0.jar 43 kB 47 19 1 1.5 Yes
osgi.annotation-8.1.0.jar 35.8 kB 54 18 2 1.8 Yes
osgi.cmpn-7.0.0.jar 1.5 MB 1338 625 80 1.8 Yes
osgi.core-8.0.0.jar 556.9 kB 434 203 26 1.8 Yes
lombok-1.18.30.jar 2 MB 1063 172 13 9 Yes
reactive-streams-1.0.4.jar 11.6 kB 17 13 1 1.6 Yes
slf4j-api-2.0.9.jar 64.6 kB 67 52 5 9 Yes
Total Size Entries Classes Packages Java Version Debug Information
51 20.2 MB 14270 11362 576 17 47
compile: 21 compile: 7.3 MB compile: 4755 compile: 4372 compile: 141 17 compile: 18
provided: 11 provided: 4.3 MB provided: 3169 provided: 1121 provided: 132 provided: 10
test: 19 test: 8.5 MB test: 6346 test: 5869 test: 303 17 test: 19