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 Optional
com.google.code.findbugs jsr305 3.0.2 jar The Apache Software License, Version 2.0 No
com.influxdb influxdb-client-java 8.0.0-SNAPSHOT jar The MIT License (MIT) No
io.micrometer micrometer-registry-influx 1.15.2 jar The Apache Software License, Version 2.0 No
com.influxdb influxdb-client-reactive 8.0.0-SNAPSHOT jar The MIT License (MIT) Yes
org.springframework.boot spring-boot-autoconfigure 4.0.1 jar Apache License, Version 2.0 Yes
org.springframework.boot spring-boot-configuration-processor 4.0.1 jar Apache License, Version 2.0 Yes
org.springframework.boot spring-boot-health 4.0.1 jar Apache License, Version 2.0 Yes

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 Optional
org.assertj assertj-core 3.27.7 jar Apache-2.0 No
org.junit.jupiter junit-jupiter-engine 5.11.4 jar Eclipse Public License v2.0 No
org.mockito mockito-core 4.10.0 jar The MIT License No
org.springframework.boot spring-boot-test 4.0.1 jar Apache License, Version 2.0 Yes

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 Optional
com.google.code.gson gson 2.12.1 jar Apache-2.0 No
com.google.errorprone error_prone_annotations 2.36.0 jar Apache 2.0 No
com.influxdb influxdb-client-core 8.0.0-SNAPSHOT jar The MIT License (MIT) No
com.influxdb influxdb-client-utils 8.0.0-SNAPSHOT jar The MIT License (MIT) No
com.squareup.okhttp3 logging-interceptor 4.12.0 jar The Apache Software License, Version 2.0 No
com.squareup.okhttp3 okhttp 4.12.0 jar The Apache Software License, Version 2.0 No
com.squareup.okio okio 3.16.0 jar The Apache Software License, Version 2.0 No
com.squareup.okio okio-jvm 3.16.0 jar The Apache Software License, Version 2.0 No
com.squareup.retrofit2 adapter-rxjava3 2.11.0 jar The Apache Software License, Version 2.0 No
com.squareup.retrofit2 converter-gson 2.11.0 jar The Apache Software License, Version 2.0 No
com.squareup.retrofit2 converter-scalars 2.11.0 jar The Apache Software License, Version 2.0 No
com.squareup.retrofit2 retrofit 2.11.0 jar The Apache Software License, Version 2.0 No
commons-codec commons-codec 1.19.0 jar Apache-2.0 No
commons-io commons-io 2.20.0 jar Apache-2.0 No
io.micrometer micrometer-commons 1.15.2 jar The Apache Software License, Version 2.0 No
io.micrometer micrometer-core 1.15.2 jar The Apache Software License, Version 2.0 No
io.micrometer micrometer-observation 1.15.2 jar The Apache Software License, Version 2.0 No
io.reactivex.rxjava3 rxjava 3.1.10 jar The Apache Software License, Version 2.0 No
org.apache.commons commons-csv 1.14.1 jar Apache-2.0 No
org.jetbrains annotations 13.0 jar The Apache Software License, Version 2.0 No
org.jetbrains.kotlin kotlin-stdlib 2.1.10 jar The Apache License, Version 2.0 No
org.jetbrains.kotlin kotlin-stdlib-jdk7 1.8.21 jar The Apache License, Version 2.0 No
org.jetbrains.kotlin kotlin-stdlib-jdk8 1.8.21 jar The Apache License, Version 2.0 No
org.reactivestreams reactive-streams 1.0.4 jar MIT-0 No
commons-logging commons-logging 1.3.5 jar Apache-2.0 Yes
org.jspecify jspecify 1.0.0 jar The Apache License, Version 2.0 Yes
org.springframework spring-aop 7.0.2 jar Apache License, Version 2.0 Yes
org.springframework spring-beans 7.0.2 jar Apache License, Version 2.0 Yes
org.springframework spring-context 7.0.2 jar Apache License, Version 2.0 Yes
org.springframework spring-core 7.0.2 jar Apache License, Version 2.0 Yes
org.springframework spring-expression 7.0.2 jar Apache License, Version 2.0 Yes
org.springframework.boot spring-boot 4.0.1 jar Apache License, Version 2.0 Yes

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
org.hdrhistogram HdrHistogram 2.2.2 jar Public Domain, per Creative Commons CC0BSD-2-Clause
org.latencyutils LatencyUtils 2.0.3 jar Public Domain, per Creative Commons CC0
org.slf4j slf4j-api 1.7.36 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 Optional
net.bytebuddy byte-buddy 1.18.3 jar Apache License, Version 2.0 No
net.bytebuddy byte-buddy-agent 1.12.19 jar Apache License, Version 2.0 No
org.apiguardian apiguardian-api 1.1.2 jar The Apache License, Version 2.0 No
org.junit.jupiter junit-jupiter-api 5.11.4 jar Eclipse Public License v2.0 No
org.junit.platform junit-platform-commons 1.11.4 jar Eclipse Public License v2.0 No
org.junit.platform junit-platform-engine 1.11.4 jar Eclipse Public License v2.0 No
org.objenesis objenesis 3.3 jar Apache License, Version 2.0 No
org.opentest4j opentest4j 1.3.0 jar The Apache License, Version 2.0 No
org.springframework spring-test 7.0.2 jar Apache License, Version 2.0 Yes

Project Dependency Graph

Dependency Tree

Licenses

The MIT License (MIT): Spring Integration for InfluxDB 2.x, The InfluxDB Client Core, The InfluxDB Client Utils, The Java InfluxDB 2.x Client, The RxJava InfluxDB 2.x Client

MIT-0: reactive-streams

Public Domain, per Creative Commons CC0: HdrHistogram, LatencyUtils

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

Apache 2.0: error-prone annotations

BSD-2-Clause: HdrHistogram

MIT License: SLF4J API Module

The MIT License: mockito-core

Apache-2.0: Apache Commons CSV, Apache Commons Codec, Apache Commons IO, Apache Commons Logging, AssertJ Core, Gson

Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, Objenesis, Spring AOP, Spring Beans, Spring Context, Spring Core, Spring Expression Language (SpEL), Spring TestContext Framework, spring-boot, spring-boot-autoconfigure, spring-boot-configuration-processor, spring-boot-health, spring-boot-test

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

The Apache Software License, Version 2.0: Adapter: RxJava 3, Converter: Gson, Converter: Scalars, FindBugs-jsr305, IntelliJ IDEA Annotations, Retrofit, RxJava, micrometer-commons, micrometer-core, micrometer-observation, micrometer-registry-influx, 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.12.1.jar 285.9 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
influxdb-client-core-8.0.0-SNAPSHOT.jar 60.5 kB 64 48 8 17 Yes
influxdb-client-java-8.0.0-SNAPSHOT.jar 1.1 MB 706 689 8 17 Yes
influxdb-client-utils-8.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
okhttp-4.12.0.jar 789.5 kB 341 317 17 1.8 Yes
okio-3.16.0.jar 76.4 kB 180 0 0 - -
okio-jvm-3.16.0.jar 382.6 kB 122 117 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
commons-codec-1.19.0.jar 374.7 kB 263 - - - -
   • Root - 262 115 7 1.8 Yes
   • Versioned - 1 1 1 9 No
commons-io-2.20.0.jar 564 kB 415 - - - -
   • Root - 414 387 15 1.8 Yes
   • Versioned - 1 1 1 9 No
micrometer-commons-1.15.2.jar 49.2 kB 50 36 6 1.8 Yes
micrometer-core-1.15.2.jar 864.1 kB 593 531 44 1.8 Yes
micrometer-observation-1.15.2.jar 75.1 kB 74 59 6 1.8 Yes
micrometer-registry-influx-1.15.2.jar 27.3 kB 20 12 1 1.8 Yes
rxjava-3.1.10.jar 2.7 MB 1803 - - - -
   • Root - 1801 1757 32 1.8 Yes
   • Versioned - 2 1 1 9 No
byte-buddy-1.18.3.jar 9.2 MB 6220 - - - -
   • Root - 3100 3046 39 1.5 Yes
   • Versioned - 3090 3047 40 1.8 Yes
   • Versioned - 30 25 1 - Yes
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.14.1.jar 61 kB 34 - - - -
   • Root - 33 20 1 1.8 Yes
   • Versioned - 1 1 1 9 No
apiguardian-api-1.1.2.jar 6.8 kB 9 3 2 1.6 Yes
assertj-core-3.27.7.jar 1.4 MB 887 - - - -
   • Root - 883 842 29 1.8 Yes
   • Versioned - 4 1 1 9 No
HdrHistogram-2.2.2.jar 177.2 kB 108 97 2 1.8 Yes
annotations-13.0.jar 17.5 kB 45 32 2 1.5 Yes
kotlin-stdlib-2.1.10.jar 1.7 MB 995 - - - -
   • Root - 993 934 44 1.8 Yes
   • Versioned - 2 1 1 9 No
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
LatencyUtils-2.0.3.jar 29.8 kB 31 22 1 1.6 Yes
mockito-core-4.10.0.jar 683.2 kB 651 579 64 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
slf4j-api-1.7.36.jar 41.1 kB 46 34 4 1.5 Yes
influxdb-client-reactive-8.0.0-SNAPSHOT.jar 24.4 kB 24 11 2 17 Yes
commons-logging-1.3.5.jar 73.7 kB 42 - - - -
   • Root - 41 27 2 1.8 Yes
   • Versioned - 1 1 1 9 No
jspecify-1.0.0.jar 3.8 kB 14 - - - -
   • Root - 10 4 1 1.8 No
   • Versioned - 4 1 1 9 No
spring-aop-7.0.2.jar 426.3 kB 325 293 18 17 Yes
spring-beans-7.0.2.jar 927.1 kB 504 473 13 17 Yes
spring-context-7.0.2.jar 1.4 MB 952 869 58 17 Yes
spring-core-7.0.2.jar 2 MB 1290 - - - -
   • Root - 1269 1192 61 17 Yes
   • Versioned - 6 1 1 21 Yes
   • Versioned - 15 9 1 - Yes
spring-expression-7.0.2.jar 322.6 kB 170 158 6 17 Yes
spring-test-7.0.2.jar 1.1 MB 726 654 52 17 Yes
spring-boot-4.0.1.jar 1.4 MB 922 833 47 17 Yes
spring-boot-autoconfigure-4.0.1.jar 369.4 kB 292 255 20 17 Yes
spring-boot-configuration-processor-4.0.1.jar 145.2 kB 74 57 6 17 Yes
spring-boot-health-4.0.1.jar 154.4 kB 132 107 8 17 Yes
spring-boot-test-4.0.1.jar 209.6 kB 157 132 13 17 Yes
Total Size Entries Classes Packages Java Version Debug Information
55 30.6 MB 20601 15833 713 17 51
compile: 39 compile: 16.6 MB compile: 10988 compile: 9764 compile: 458 17 compile: 35
runtime: 3 runtime: 248.1 kB runtime: 185 runtime: 153 runtime: 7 runtime: 3
test: 13 test: 13.8 MB test: 9428 test: 5916 test: 248 17 test: 13