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.fasterxml.jackson.core jackson-databind 2.18.2 jar The Apache Software License, Version 2.0
com.google.protobuf protobuf-java-util 3.25.5 jar BSD-3-Clause
com.radixiot.mango mango-protobuf 5.4.0 jar Mango License
com.zaxxer HikariCP 6.2.1 jar The Apache Software License, Version 2.0
dev.cel cel 0.9.1-proto3 jar Apache License, Version 2.0
io.grpc grpc-stub 1.70.0 jar Apache 2.0
org.checkerframework checker-qual 3.48.4 jar The MIT License
org.flywaydb flyway-database-postgresql 11.2.0 jar Apache License, Version 2.0
org.jooq jooq 3.19.18 jar Apache License, Version 2.0
org.postgresql postgresql 42.7.5 jar BSD-2-Clause
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
org.assertj assertj-core 3.27.3 jar Apache-2.0
org.junit.jupiter junit-jupiter 5.11.4 jar Eclipse Public License v2.0
org.slf4j slf4j-simple 2.0.16 jar MIT License
org.testcontainers postgresql 1.20.4 jar 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 Optional
jakarta.xml.bind jakarta.xml.bind-api 4.0.2 jar Eclipse Distribution License - v 1.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
com.fasterxml.jackson.core jackson-annotations 2.18.2 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-core 2.18.2 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.dataformat jackson-dataformat-toml 2.18.2 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.datatype jackson-datatype-jsr310 2.18.2 jar The Apache Software License, Version 2.0
com.google.auto.value auto-value-annotations 1.11.0 jar Apache 2.0
com.google.code.findbugs annotations 3.0.1 jar GNU Lesser Public License
com.google.code.findbugs jsr305 3.0.2 jar The Apache Software License, Version 2.0
com.google.code.gson gson 2.11.0 jar Apache-2.0
com.google.errorprone error_prone_annotations 2.30.0 jar Apache 2.0
com.google.guava failureaccess 1.0.2 jar The Apache Software License, Version 2.0
com.google.guava guava 33.4.0-jre jar Apache 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.j2objc j2objc-annotations 2.8 jar Apache License, Version 2.0
com.google.protobuf protobuf-java 3.25.5 jar BSD-3-Clause
com.google.re2j re2j 1.8 jar Go License
io.grpc grpc-api 1.70.0 jar Apache 2.0
io.r2dbc r2dbc-spi 1.0.0.RELEASE jar Apache License 2.0
net.jcip jcip-annotations 1.0 jar -
org.antlr antlr4-runtime 4.13.2 jar BSD-3-Clause
org.codehaus.mojo animal-sniffer-annotations 1.24 jar MIT license
org.flywaydb flyway-core 11.2.0 jar Apache License, Version 2.0
org.jspecify jspecify 1.0.0 jar The Apache License, Version 2.0
org.reactivestreams reactive-streams 1.0.4 jar MIT-0
org.threeten threeten-extra 1.8.0 jar BSD 3-clause

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.github.docker-java docker-java-api 3.4.0 jar The Apache Software License, Version 2.0
com.github.docker-java docker-java-transport 3.4.0 jar The Apache Software License, Version 2.0
com.github.docker-java docker-java-transport-zerodep 3.4.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
net.java.dev.jna jna 5.13.0 jar LGPL-2.1-or-laterApache-2.0
org.apache.commons commons-compress 1.24.0 jar Apache-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 17.0.0 jar The Apache Software License, Version 2.0
org.junit.jupiter junit-jupiter-api 5.11.4 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-engine 5.11.4 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-params 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
org.rnorth.duct-tape duct-tape 1.0.8 jar MIT
org.testcontainers database-commons 1.20.4 jar MIT
org.testcontainers jdbc 1.20.4 jar MIT
org.testcontainers testcontainers 1.20.4 jar 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 Optional
jakarta.activation jakarta.activation-api 2.1.3 jar EDL 1.0 Yes

Project Dependency Graph

Dependency Tree

Licenses

MIT-0: reactive-streams

Apache 2.0: AutoValue Annotations, error-prone annotations, io.grpc:grpc-api, io.grpc:grpc-stub

The Apache License, Version 2.0: JSpecify annotations, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

Eclipse Public License 1.0: JUnit

Mango License: asset-database, mango-protobuf

MIT License: SLF4J API Module, SLF4J Simple Provider

BSD-2-Clause: PostgreSQL JDBC Driver

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

Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API

New BSD License: Hamcrest Core

GNU Lesser Public License: FindBugs-Annotations

Go License: RE2/J

BSD 3-clause: ThreeTen-Extra

Unknown: "Java Concurrency in Practice" book annotations

Apache License 2.0: Reactive Relational Database Connectivity - SPI

EDL 1.0: Jakarta Activation API

LGPL-2.1-or-later: Java Native Access

The MIT License: Checker Qual

Apache License, Version 2.0: Byte Buddy (without dependencies), CEL Java, Guava: Google Core Libraries for Java, J2ObjC Annotations, flyway-core, flyway-database-postgresql, jOOQ

Apache-2.0: Apache Commons Compress, AssertJ Core, Gson, Java Native Access

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

MIT: Duct Tape, Testcontainers :: Database-Commons, Testcontainers :: JDBC, Testcontainers :: JDBC :: PostgreSQL, Testcontainers Core

MIT license: Animal Sniffer Annotations

The Apache Software License, Version 2.0: FindBugs-jsr305, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, HikariCP, Jackson datatype: JSR310, Jackson-annotations, Jackson-core, Jackson-dataformat-TOML, JetBrains Java Annotations, docker-java-api, docker-java-transport, docker-java-transport-zerodep, jackson-databind

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
jackson-annotations-2.18.2.jar 78.5 kB 87 74 2 1.6 Yes
jackson-core-2.18.2.jar 597.8 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.2.jar 1.7 MB 829 - - - -
   • Root - 827 789 23 1.8 Yes
   • Versioned - 2 1 1 9 No
jackson-dataformat-toml-2.18.2.jar 56.1 kB 40 - - - -
   • Root - 38 23 1 1.8 Yes
   • Versioned - 2 1 1 9 No
jackson-datatype-jsr310-2.18.2.jar 132.7 kB 86 - - - -
   • Root - 84 62 6 1.8 Yes
   • Versioned - 2 1 1 9 No
docker-java-api-3.4.0.jar 485.3 kB 402 387 5 1.8 Yes
docker-java-transport-3.4.0.jar 38.5 kB 45 34 1 1.8 Yes
docker-java-transport-zerodep-3.4.0.jar 2.3 MB 1566 1319 77 1.8 Yes
auto-value-annotations-1.11.0.jar 7.5 kB 24 9 4 1.8 No
annotations-3.0.1.jar 38.8 kB 82 60 6 1.5 Yes
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.30.0.jar 19.4 kB 47 - - - -
   • Root - 40 27 2 1.8 Yes
   • Versioned - 7 1 1 9 No
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-2.8.jar 9.3 kB 24 13 1 1.7 Yes
protobuf-java-3.25.5.jar 1.9 MB 754 735 2 1.8 Yes
protobuf-java-util-3.25.5.jar 73.1 kB 50 44 1 1.8 Yes
re2j-1.8.jar 114.3 kB 52 47 1 1.6 Yes
mango-protobuf-5.4.0.jar 1.1 MB 533 500 2 17 Yes
HikariCP-6.2.1.jar 168.9 kB 97 80 9 11 Yes
cel-0.9.1-proto3.jar 1.7 MB 884 859 19 1.8 Yes
grpc-api-1.70.0.jar 323.1 kB 318 314 1 1.8 Yes
grpc-stub-1.70.0.jar 60.8 kB 58 52 2 1.8 Yes
r2dbc-spi-1.0.0.RELEASE.jar 67.6 kB 85 72 1 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
jna-5.13.0.jar 1.9 MB 188 125 4 1.6 Yes
jcip-annotations-1.0.jar 2.3 kB 9 4 1 1.5 No
antlr4-runtime-4.13.2.jar 326.3 kB 232 215 7 1.8 Yes
commons-compress-1.24.0.jar 1.1 MB 617 - - - -
   • Root - 615 562 36 1.8 Yes
   • Versioned - 2 1 1 9 No
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.48.4.jar 238.6 kB 454 381 33 1.8 Yes
animal-sniffer-annotations-1.24.jar 3.1 kB 12 1 1 1.8 No
flyway-core-11.2.0.jar 680.3 kB 479 399 65 17 Yes
flyway-database-postgresql-11.2.0.jar 47.8 kB 33 19 2 17 Yes
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes
annotations-17.0.0.jar 19 kB 47 39 2 1.8 Yes
jooq-3.19.18.jar 4.9 MB 2906 2859 28 17 Yes
jspecify-1.0.0.jar 3.8 kB 14 - - - -
   • Root - 10 4 1 1.8 No
   • Versioned - 4 1 1 9 No
junit-jupiter-5.11.4.jar 6.4 kB 5 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-jupiter-params-5.11.4.jar 591.6 kB 388 354 22 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
postgresql-42.7.5.jar 1.1 MB 535 472 38 1.8 Yes
reactive-streams-1.0.4.jar 11.6 kB 17 13 1 1.6 Yes
duct-tape-1.0.8.jar 25.4 kB 37 22 6 1.8 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
database-commons-1.20.4.jar 14.8 kB 19 12 3 1.8 Yes
jdbc-1.20.4.jar 29.8 kB 21 12 3 1.8 Yes
postgresql-1.20.4.jar 10.7 kB 15 7 1 1.8 Yes
testcontainers-1.20.4.jar 17.8 MB 12233 10475 456 15 Yes
threeten-extra-1.8.0.jar 280.5 kB 150 112 4 1.8 Yes
jakarta.activation-api-2.1.3.jar 66.5 kB 60 46 3 1.8 Yes
jakarta.xml.bind-api-4.0.2.jar 131 kB 138 115 7 11 Yes
Total Size Entries Classes Packages Java Version Debug Information
61 54.7 MB 35277 28980 1080 17 55
compile: 35 compile: 19 MB compile: 11624 compile: 10783 compile: 313 17 compile: 30
provided: 2 provided: 197.5 kB provided: 198 provided: 161 provided: 10 provided: 2
test: 24 test: 35.4 MB test: 23455 test: 18036 test: 757 15 test: 23