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 7.0.0-SNAPSHOT jar The MIT License (MIT) No
io.micrometer micrometer-registry-influx 1.12.1 jar The Apache Software License, Version 2.0 No
com.influxdb influxdb-client-reactive 7.0.0-SNAPSHOT jar The MIT License (MIT) Yes
org.springframework.boot spring-boot-actuator-autoconfigure 3.2.2 jar Apache License, Version 2.0 Yes
org.springframework.boot spring-boot-configuration-processor 3.2.2 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.24.2 jar Apache License, Version 2.0 No
org.junit.jupiter junit-jupiter-engine 5.10.1 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 3.2.2 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.10.1 jar Apache-2.0 No
com.influxdb influxdb-client-core 7.0.0-SNAPSHOT jar The MIT License (MIT) No
com.influxdb influxdb-client-utils 7.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.7.0 jar The Apache Software License, Version 2.0 No
com.squareup.okio okio-jvm 3.7.0 jar The Apache Software License, Version 2.0 No
com.squareup.retrofit2 adapter-rxjava3 2.9.0 jar The Apache Software License, Version 2.0 No
com.squareup.retrofit2 converter-gson 2.9.0 jar The Apache Software License, Version 2.0 No
com.squareup.retrofit2 converter-scalars 2.9.0 jar The Apache Software License, Version 2.0 No
com.squareup.retrofit2 retrofit 2.9.0 jar The Apache Software License, Version 2.0 No
io.micrometer micrometer-commons 1.12.1 jar The Apache Software License, Version 2.0 No
io.micrometer micrometer-core 1.12.1 jar The Apache Software License, Version 2.0 No
io.micrometer micrometer-observation 1.12.1 jar The Apache Software License, Version 2.0 No
io.reactivex.rxjava3 rxjava 3.1.8 jar The Apache Software License, Version 2.0 No
org.apache.commons commons-csv 1.10.0 jar Apache-2.0 No
org.jetbrains annotations 13.0 jar The Apache Software License, Version 2.0 No
org.jetbrains.kotlin kotlin-stdlib 1.9.22 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
org.springframework spring-aop 6.1.3 jar Apache License, Version 2.0 Yes
org.springframework spring-beans 6.1.3 jar Apache License, Version 2.0 Yes
org.springframework spring-context 6.1.3 jar Apache License, Version 2.0 Yes
org.springframework spring-core 6.1.3 jar Apache License, Version 2.0 Yes
org.springframework spring-expression 6.1.3 jar Apache License, Version 2.0 Yes
org.springframework spring-jcl 6.1.3 jar Apache License, Version 2.0 Yes
org.springframework.boot spring-boot 3.2.2 jar Apache License, Version 2.0 Yes
org.springframework.boot spring-boot-actuator 3.2.2 jar Apache License, Version 2.0 Yes
org.springframework.boot spring-boot-autoconfigure 3.2.2 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 Optional
org.hdrhistogram HdrHistogram 2.1.12 jar Public Domain, per Creative Commons CC0BSD-2-Clause No
org.latencyutils LatencyUtils 2.0.3 jar Public Domain, per Creative Commons CC0 No
org.slf4j slf4j-api 1.7.36 jar MIT License No
com.fasterxml.jackson.core jackson-annotations 2.15.3 jar The Apache Software License, Version 2.0 Yes
com.fasterxml.jackson.core jackson-core 2.15.3 jar The Apache Software License, Version 2.0 Yes
com.fasterxml.jackson.datatype jackson-datatype-jsr310 2.15.3 jar The Apache Software 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
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.junit.jupiter junit-jupiter-api 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.objenesis objenesis 3.3 jar Apache License, Version 2.0
org.opentest4j opentest4j 1.3.0 jar The Apache License, Version 2.0

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

BSD-2-Clause: HdrHistogram

MIT License: SLF4J API Module

The MIT License: mockito-core

Apache-2.0: Apache Commons CSV, Gson

Apache License, Version 2.0: AssertJ Core, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis, Spring AOP, Spring Beans, Spring Commons Logging Bridge, Spring Context, Spring Core, Spring Expression Language (SpEL), spring-boot, spring-boot-actuator, spring-boot-actuator-autoconfigure, spring-boot-autoconfigure, spring-boot-configuration-processor, 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, Jackson datatype: JSR310, Jackson-annotations, Jackson-core, 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.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-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
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
micrometer-commons-1.12.1.jar 47.3 kB 50 36 6 1.8 Yes
micrometer-core-1.12.1.jar 882.4 kB 606 536 45 11 Yes
micrometer-observation-1.12.1.jar 71.7 kB 71 56 6 1.8 Yes
micrometer-registry-influx-1.12.1.jar 27.3 kB 20 12 1 1.8 Yes
rxjava-3.1.8.jar 2.7 MB 1803 1758 33 9 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
HdrHistogram-2.1.12.jar 173.8 kB 106 96 2 1.7 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
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 9 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
jackson-annotations-2.15.3.jar 75.6 kB 86 73 2 9 Yes
jackson-core-2.15.3.jar 549.2 kB 250 186 15 19 Yes
jackson-datatype-jsr310-2.15.3.jar 122.9 kB 82 59 7 9 Yes
influxdb-client-reactive-7.0.0-SNAPSHOT.jar 24.4 kB 24 11 2 17 Yes
spring-aop-6.1.3.jar 415.1 kB 320 288 17 17 Yes
spring-beans-6.1.3.jar 857.1 kB 473 442 13 17 Yes
spring-context-6.1.3.jar 1.3 MB 928 843 58 17 Yes
spring-core-6.1.3.jar 1.9 MB 1221 1140 59 21 Yes
spring-expression-6.1.3.jar 301.2 kB 161 149 6 17 Yes
spring-jcl-6.1.3.jar 24.5 kB 26 15 2 17 Yes
spring-boot-3.2.2.jar 1.6 MB 1114 985 81 17 Yes
spring-boot-actuator-3.2.2.jar 649.7 kB 564 477 71 17 Yes
spring-boot-actuator-autoconfigure-3.2.2.jar 750.3 kB 633 507 106 17 Yes
spring-boot-autoconfigure-3.2.2.jar 1.9 MB 1504 1370 111 17 Yes
spring-boot-configuration-processor-3.2.2.jar 122 kB 61 45 5 17 Yes
spring-boot-test-3.2.2.jar 245.5 kB 174 141 17 17 Yes
Total Size Entries Classes Packages Java Version Debug Information
54 26.5 MB 18263 16582 958 21 51
compile: 36 compile: 18.2 MB compile: 12507 compile: 11273 compile: 728 21 compile: 33
runtime: 6 runtime: 992.4 kB runtime: 601 runtime: 470 runtime: 31 runtime: 6
test: 12 test: 7.3 MB test: 5155 test: 4839 test: 199 17 test: 12