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 |
|---|---|---|---|---|
| org.flywaydb | flyway-core | 11.14.1 | jar | Apache 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.flywaydb | flyway-mysql | 11.14.1 | jar | Apache License, Version 2.0 |
| org.junit.jupiter | junit-jupiter | 6.0.2 | jar | Eclipse Public License v2.0 |
| org.mariadb.jdbc | mariadb-java-client | 3.5.7 | jar | LGPL-2.1-or-later |
| org.slf4j | slf4j-simple | 2.0.17 | jar | MIT |
| org.testcontainers | testcontainers | 2.0.3 | jar | MIT |
| org.testcontainers | testcontainers-mariadb | 2.0.3 | jar | MIT |
| software.xdev | testcontainers-junit4-mock | 1.0.2 | 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.
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:
Project Dependency Graph
Dependency Tree
- software.xdev:flyway-core-slim:jar:2.0.0
- org.flywaydb:flyway-core:jar:11.14.1 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.junit.jupiter:junit-jupiter:jar:6.0.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:6.0.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-commons:jar:6.0.2 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
![[Information]](./images/icon_info_sml.gif)
- org.jspecify:jspecify:jar:1.0.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-params:jar:6.0.2 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.jupiter:junit-jupiter-engine:jar:6.0.2 (test)
- org.junit.platform:junit-platform-engine:jar:6.0.2 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-engine:jar:6.0.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:6.0.2 (test)
- org.slf4j:slf4j-simple:jar:2.0.17 (test)
- org.slf4j:slf4j-api:jar:2.0.17 (test)
![[Information]](./images/icon_info_sml.gif)
- org.slf4j:slf4j-api:jar:2.0.17 (test)
- org.flywaydb:flyway-mysql:jar:11.14.1 (test)
![[Information]](./images/icon_info_sml.gif)
- software.xdev:testcontainers-junit4-mock:jar:1.0.2 (test)
![[Information]](./images/icon_info_sml.gif)
- org.testcontainers:testcontainers:jar:2.0.3 (test)
- org.apache.commons:commons-compress:jar:1.28.0 (test)
- commons-codec:commons-codec:jar:1.19.0 (test)
![[Information]](./images/icon_info_sml.gif)
- commons-io:commons-io:jar:2.20.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apache.commons:commons-lang3:jar:3.18.0 (test)
![[Information]](./images/icon_info_sml.gif)
- commons-codec:commons-codec:jar:1.19.0 (test)
- org.rnorth.duct-tape:duct-tape:jar:1.0.8 (test)
- org.jetbrains:annotations:jar:17.0.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.jetbrains:annotations:jar:17.0.0 (test)
- com.github.docker-java:docker-java-api:jar:3.7.0 (test)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.20 (test)
![[Information]](./images/icon_info_sml.gif)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.20 (test)
- com.github.docker-java:docker-java-transport-zerodep:jar:3.7.0 (test)
- com.github.docker-java:docker-java-transport:jar:3.7.0 (test)
![[Information]](./images/icon_info_sml.gif)
- net.java.dev.jna:jna:jar:5.18.1 (test)
![[Information]](./images/icon_info_sml.gif)
- com.github.docker-java:docker-java-transport:jar:3.7.0 (test)
- org.apache.commons:commons-compress:jar:1.28.0 (test)
- org.testcontainers:testcontainers-mariadb:jar:2.0.3 (test)
- org.testcontainers:testcontainers-jdbc:jar:2.0.3 (test)
- org.testcontainers:testcontainers-database-commons:jar:2.0.3 (test)
![[Information]](./images/icon_info_sml.gif)
- org.testcontainers:testcontainers-database-commons:jar:2.0.3 (test)
- org.testcontainers:testcontainers-jdbc:jar:2.0.3 (test)
- org.mariadb.jdbc:mariadb-java-client:jar:3.5.7 (test)
![[Information]](./images/icon_info_sml.gif)
- org.flywaydb:flyway-core:jar:11.14.1 (compile)
Licenses
The Apache License, Version 2.0: JSpecify annotations, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
LGPL-2.1-or-later: Java Native Access, mariadb-java-client
Apache-2.0: Apache Commons Codec, Apache Commons Compress, Apache Commons IO, Apache Commons Lang, Java Native Access, flyway-core-slim, testcontainers-junit4-mock
Apache License, Version 2.0: flyway-core, flyway-mysql
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
MIT: Duct Tape, SLF4J API Module, SLF4J Simple Provider, Testcontainers :: Database-Commons, Testcontainers :: JDBC, Testcontainers :: JDBC :: MariaDB, Testcontainers Core
The Apache Software License, Version 2.0: Jackson-annotations, JetBrains Java Annotations, docker-java-api, docker-java-transport, docker-java-transport-zerodep
Dependency File Details
| Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
|---|---|---|---|---|---|---|
| jackson-annotations-2.20.jar | 79.2 kB | 87 | 74 | 2 | 1.8 | Yes |
| docker-java-api-3.7.0.jar | 495.4 kB | 404 | 389 | 5 | 1.8 | Yes |
| docker-java-transport-3.7.0.jar | 38.8 kB | 45 | 34 | 1 | 1.8 | Yes |
| docker-java-transport-zerodep-3.7.0.jar | 2.3 MB | 1475 | 1362 | 74 | 1.8 | 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 |
| 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 |
| apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
| flyway-core-11.14.1.jar | 737.7 kB | 519 | 439 | 66 | 17 | Yes |
| flyway-mysql-11.14.1.jar | 29.6 kB | 27 | 11 | 3 | 17 | 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.0.2.jar | 6.4 kB | 5 | 1 | 1 | 17 | No |
| junit-jupiter-api-6.0.2.jar | 250.7 kB | 224 | 208 | 9 | 17 | Yes |
| junit-jupiter-engine-6.0.2.jar | 356 kB | 189 | 172 | 9 | 17 | Yes |
| junit-jupiter-params-6.0.2.jar | 296.6 kB | 216 | 195 | 9 | 17 | Yes |
| junit-platform-commons-6.0.2.jar | 171.3 kB | 103 | 87 | 10 | 17 | Yes |
| junit-platform-engine-6.0.2.jar | 280 kB | 195 | 177 | 9 | 17 | Yes |
| mariadb-java-client-3.5.7.jar | 763.7 kB | 401 | - | - | - | - |
| • Root | - | 382 | 322 | 41 | 1.8 | Yes |
| • Versioned | - | 4 | 1 | 1 | 9 | No |
| • Versioned | - | 6 | 1 | 1 | 11 | Yes |
| • Versioned | - | 9 | 2 | 1 | 15 | 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 |
| slf4j-api-2.0.17.jar | 69.9 kB | 71 | - | - | - | - |
| • Root | - | 69 | 55 | 4 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| slf4j-simple-2.0.17.jar | 15.7 kB | 22 | - | - | - | - |
| • Root | - | 20 | 6 | 1 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| testcontainers-2.0.3.jar | 17.8 MB | 12561 | 10634 | 451 | 22 | Yes |
| testcontainers-database-commons-2.0.3.jar | 15 kB | 19 | 12 | 3 | 1.8 | Yes |
| testcontainers-jdbc-2.0.3.jar | 30.1 kB | 21 | 12 | 3 | 1.8 | Yes |
| testcontainers-mariadb-2.0.3.jar | 12.6 kB | 17 | 6 | 2 | 1.8 | Yes |
| testcontainers-junit4-mock-1.0.2.jar | 5.4 kB | 19 | 6 | 4 | 17 | Yes |
| Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
| 30 | 28.6 MB | 18697 | 15907 | 800 | 22 | 28 |
| compile: 1 | compile: 737.7 kB | compile: 519 | compile: 439 | compile: 66 | 17 | compile: 1 |
| test: 29 | test: 27.8 MB | test: 18178 | test: 15468 | test: 734 | 22 | test: 27 |
