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
tools.jackson.core jackson-databind 3.2.0 jar The Apache Software License, Version 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
org.apache.logging.log4j log4j-core 2.26.0 jar Apache-2.0
org.apache.logging.log4j log4j-slf4j2-impl 2.26.0 jar Apache-2.0
org.junit.jupiter junit-jupiter 6.1.0 jar Eclipse Public License v2.0
org.seleniumhq.selenium selenium-chrome-driver 4.45.0 jar The Apache Software License, Version 2.0
org.slf4j jul-to-slf4j 2.0.18 jar MIT
org.slf4j slf4j-api 2.0.18 jar MIT
org.testcontainers testcontainers 2.0.5 jar MIT
software.xdev testcontainers-selenium 2.0.0 jar Apache-2.0

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.22 jar The Apache Software License, Version 2.0
tools.jackson.core jackson-core 3.2.0 jar The Apache Software License, Version 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.github.docker-java docker-java-api 3.7.1 jar The Apache Software License, Version 2.0
com.github.docker-java docker-java-transport 3.7.1 jar The Apache Software License, Version 2.0
com.github.docker-java docker-java-transport-zerodep 3.7.1 jar The Apache Software License, Version 2.0
com.google.auto.service auto-service-annotations 1.1.1 jar Apache 2.0
com.google.errorprone error_prone_annotations 2.47.0 jar Apache 2.0
com.google.guava failureaccess 1.0.3 jar Apache License, Version 2.0
com.google.guava guava 33.6.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 3.1 jar Apache License, Version 2.0
commons-codec commons-codec 1.19.0 jar Apache-2.0
commons-io commons-io 2.20.0 jar Apache-2.0
net.bytebuddy byte-buddy 1.18.10 jar Apache License, Version 2.0
net.java.dev.jna jna 5.18.1 jar LGPL-2.1-or-laterApache-2.0
org.apache.commons commons-compress 1.28.0 jar Apache-2.0
org.apache.commons commons-lang3 3.18.0 jar Apache-2.0
org.apache.logging.log4j log4j-api 2.26.0 jar Apache-2.0
org.apiguardian apiguardian-api 1.1.2 jar The Apache License, Version 2.0
org.jetbrains annotations 17.0.0 jar The Apache Software License, Version 2.0
org.jspecify jspecify 1.0.0 jar The Apache License, Version 2.0
org.junit.jupiter junit-jupiter-api 6.1.0 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-engine 6.1.0 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-params 6.1.0 jar Eclipse Public License v2.0
org.junit.platform junit-platform-commons 6.1.0 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 6.1.0 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.seleniumhq.selenium selenium-api 4.45.0 jar The Apache Software License, Version 2.0
org.seleniumhq.selenium selenium-chromium-driver 4.45.0 jar The Apache Software License, Version 2.0
org.seleniumhq.selenium selenium-http 4.45.0 jar The Apache Software License, Version 2.0
org.seleniumhq.selenium selenium-json 4.45.0 jar The Apache Software License, Version 2.0
org.seleniumhq.selenium selenium-manager 4.45.0 jar The Apache Software License, Version 2.0
org.seleniumhq.selenium selenium-os 4.45.0 jar The Apache Software License, Version 2.0
org.seleniumhq.selenium selenium-remote-driver 4.45.0 jar The Apache Software License, Version 2.0

Project Dependency Graph

Dependency Tree

  • software.xdev:chartjs-java-model:jar:3.0.2 [Information]
    • tools.jackson.core:jackson-databind:jar:3.2.0 (compile) [Information]
    • org.slf4j:slf4j-api:jar:2.0.18 (test) [Information]
    • org.slf4j:jul-to-slf4j:jar:2.0.18 (test) [Information]
    • org.apache.logging.log4j:log4j-core:jar:2.26.0 (test) [Information]
      • org.apache.logging.log4j:log4j-api:jar:2.26.0 (test) [Information]
    • org.apache.logging.log4j:log4j-slf4j2-impl:jar:2.26.0 (test) [Information]
    • org.junit.jupiter:junit-jupiter:jar:6.1.0 (test) [Information]
    • org.testcontainers:testcontainers:jar:2.0.5 (test) [Information]
    • software.xdev:testcontainers-selenium:jar:2.0.0 (test) [Information]
    • org.seleniumhq.selenium:selenium-chrome-driver:jar:4.45.0 (test) [Information]
      • com.google.auto.service:auto-service-annotations:jar:1.1.1 (test) [Information]
      • org.jspecify:jspecify:jar:1.0.0 (test) [Information]
      • org.seleniumhq.selenium:selenium-api:jar:4.45.0 (test) [Information]
      • org.seleniumhq.selenium:selenium-chromium-driver:jar:4.45.0 (test) [Information]
      • org.seleniumhq.selenium:selenium-json:jar:4.45.0 (test) [Information]
      • org.seleniumhq.selenium:selenium-manager:jar:4.45.0 (test) [Information]
      • org.seleniumhq.selenium:selenium-remote-driver:jar:4.45.0 (test) [Information]
        • com.google.guava:guava:jar:33.6.0-jre (test) [Information]
          • com.google.guava:failureaccess:jar:1.0.3 (test) [Information]
          • com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (test) [Information]
          • com.google.errorprone:error_prone_annotations:jar:2.47.0 (test) [Information]
          • com.google.j2objc:j2objc-annotations:jar:3.1 (test) [Information]
        • net.bytebuddy:byte-buddy:jar:1.18.10 (test) [Information]
        • org.seleniumhq.selenium:selenium-http:jar:4.45.0 (test) [Information]

Licenses

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

Apache 2.0: AutoService, error-prone annotations

LGPL-2.1-or-later: Java Native Access

Apache-2.0: Apache Commons Codec, Apache Commons Compress, Apache Commons IO, Apache Commons Lang, Apache Log4j API, Apache Log4j Core, Java Native Access, SLF4J 2 Provider for Log4j API, chartjs-java-model, testcontainers-selenium

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

Apache License, Version 2.0: Byte Buddy (without dependencies), Guava InternalFutureFailureAccess and InternalFutures, Guava: Google Core Libraries for Java, J2ObjC Annotations

MIT: Duct Tape, JUL to SLF4J bridge, SLF4J API Module, Testcontainers Core

The Apache Software License, Version 2.0: Guava ListenableFuture only, Jackson-annotations, Jackson-core, JetBrains Java Annotations, docker-java-api, docker-java-transport, docker-java-transport-zerodep, jackson-databind, org.seleniumhq.selenium:selenium-api, org.seleniumhq.selenium:selenium-chrome-driver, org.seleniumhq.selenium:selenium-chromium-driver, org.seleniumhq.selenium:selenium-http, org.seleniumhq.selenium:selenium-json, org.seleniumhq.selenium:selenium-manager, org.seleniumhq.selenium:selenium-os, org.seleniumhq.selenium:selenium-remote-driver

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
jackson-annotations-2.22.jar 84.2 kB 91 78 2 1.8 Yes
docker-java-api-3.7.1.jar 500.1 kB 409 394 5 1.8 Yes
docker-java-transport-3.7.1.jar 38.8 kB 45 34 1 1.8 Yes
docker-java-transport-zerodep-3.7.1.jar 2.3 MB 1475 1362 74 1.8 Yes
auto-service-annotations-1.1.1.jar 3.2 kB 12 1 1 1.8 No
error_prone_annotations-2.47.0.jar 20.3 kB 49 - - - -
   • Root - 42 29 2 1.8 Yes
   • Versioned - 7 1 1 9 No
failureaccess-1.0.3.jar 10.8 kB 25 - - - -
   • Root - 17 2 1 1.8 Yes
   • Versioned - 8 1 1 9 No
guava-33.6.0-jre.jar 3.1 MB 2010 - - - -
   • Root - 2008 1969 18 1.8 Yes
   • Versioned - 2 1 1 9 No
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar 2.2 kB 7 0 0 - -
j2objc-annotations-3.1.jar 16.8 kB 38 - - - -
   • Root - 36 24 1 1.8 Yes
   • Versioned - 2 1 1 9 No
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
byte-buddy-1.18.10.jar 4.7 MB 3134 - - - -
   • Root - 3102 3048 39 1.8 Yes
   • Versioned - 2 1 1 9 No
   • Versioned - 30 25 1 24 Yes
jna-5.18.1.jar 2 MB 191 124 4 1.8 Yes
commons-compress-1.28.0.jar 1.1 MB 642 - - - -
   • Root - 641 589 36 1.8 Yes
   • Versioned - 1 1 1 9 No
commons-lang3-3.18.0.jar 703 kB 444 - - - -
   • Root - 443 413 18 1.8 Yes
   • Versioned - 1 1 1 9 No
log4j-api-2.26.0.jar 351.1 kB 253 - - - -
   • Root - 242 210 12 1.8 Yes
   • Versioned - 11 4 2 9 Yes
log4j-core-2.26.0.jar 2 MB 1371 - - - -
   • Root - 1355 1253 60 1.8 Yes
   • Versioned - 16 6 3 9 Yes
log4j-slf4j2-impl-2.26.0.jar 30.2 kB 31 14 3 1.8 Yes
apiguardian-api-1.1.2.jar 6.8 kB 9 3 2 1.6 Yes
annotations-17.0.0.jar 19 kB 47 39 2 1.8 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-6.1.0.jar 6.4 kB 5 1 1 17 No
junit-jupiter-api-6.1.0.jar 312.2 kB 273 256 10 17 Yes
junit-jupiter-engine-6.1.0.jar 352.6 kB 188 171 9 17 Yes
junit-jupiter-params-6.1.0.jar 303.1 kB 221 200 9 17 Yes
junit-platform-commons-6.1.0.jar 175.9 kB 104 88 10 17 Yes
junit-platform-engine-6.1.0.jar 323.9 kB 216 198 9 17 Yes
opentest4j-1.3.0.jar 14.3 kB 15 9 2 1.6 Yes
duct-tape-1.0.8.jar 25.4 kB 37 22 6 1.8 Yes
selenium-api-4.45.0.jar 241.3 kB 223 209 10 11 Yes
selenium-chrome-driver-4.45.0.jar 18.4 kB 23 12 2 11 Yes
selenium-chromium-driver-4.45.0.jar 34.8 kB 30 21 2 11 Yes
selenium-http-4.45.0.jar 92.3 kB 66 56 3 11 Yes
selenium-json-4.45.0.jar 78 kB 57 51 2 11 Yes
selenium-manager-4.45.0.jar 8.4 MB 18 6 2 11 Yes
selenium-os-4.45.0.jar 9.7 kB 11 5 2 11 Yes
selenium-remote-driver-4.45.0.jar 608.8 kB 433 387 33 11 Yes
jul-to-slf4j-2.0.18.jar 6.3 kB 15 - - - -
   • Root - 13 1 1 1.8 Yes
   • Versioned - 2 1 1 9 No
slf4j-api-2.0.18.jar 70 kB 71 - - - -
   • Root - 69 55 4 1.8 Yes
   • Versioned - 2 1 1 9 No
testcontainers-2.0.5.jar 17.8 MB 12566 10639 451 22 Yes
testcontainers-selenium-2.0.0.jar 25.7 kB 24 10 2 17 Yes
jackson-core-3.2.0.jar 604.6 kB 276 - - - -
   • Root - 249 214 17 17 Yes
   • Versioned - 9 2 1 17 Yes
   • Versioned - 9 2 1 21 Yes
   • Versioned - 9 2 1 23 Yes
jackson-databind-3.2.0.jar 2 MB 956 907 37 17 Yes
Total Size Entries Classes Packages Java Version Debug Information
44 49.3 MB 26803 23610 928 22 40
compile: 3 compile: 2.7 MB compile: 1323 compile: 1199 compile: 56 17 compile: 3
test: 41 test: 46.7 MB test: 25480 test: 22411 test: 872 22 test: 37