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 | 10.20.1 | jar | Apache License, Version 2.0 |
org.mariadb.jdbc | mariadb-java-client | 3.5.1 | jar | LGPL-2.1-or-later |
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 | 10.20.1 | jar | Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter | 5.11.3 | jar | Eclipse Public License v2.0 |
org.slf4j | slf4j-simple | 2.0.16 | jar | MIT License |
org.testcontainers | mariadb | 1.20.4 | jar | MIT |
org.testcontainers | testcontainers | 1.20.4 | jar | MIT |
software.xdev | testcontainers-junit4-mock | 1.0.1 | jar | Apache License, Version 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.15.2 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-core | 2.15.2 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-databind | 2.15.2 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.datatype | jackson-datatype-jsr310 | 2.15.2 | jar | The Apache Software License, Version 2.0 |
com.github.ben-manes.caffeine | caffeine | 2.9.3 | jar | Apache License, Version 2.0 |
com.github.waffle | waffle-jna | 3.3.0 | jar | MIT |
com.google.errorprone | error_prone_annotations | 2.10.0 | jar | Apache 2.0 |
net.java.dev.jna | jna | 5.13.0 | jar | LGPL-2.1-or-laterApache-2.0 |
net.java.dev.jna | jna-platform | 5.13.0 | jar | LGPL-2.1-or-laterApache-2.0 |
org.checkerframework | checker-qual | 3.32.0 | jar | The MIT License |
org.slf4j | jcl-over-slf4j | 2.0.7 | jar | Apache License, Version 2.0 |
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:
Project Dependency Graph
Dependency Tree
- software.xdev:flyway-core-slim:jar:1.0.0
- org.flywaydb:flyway-core:jar:10.20.1 (compile)
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.15.2 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.15.2 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.15.2 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.15.2 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.15.2 (compile)
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.15.2 (compile)
- org.junit.jupiter:junit-jupiter:jar:5.11.3 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.11.3 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.11.3 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.11.3 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.11.3 (test)
- org.junit.platform:junit-platform-engine:jar:1.11.3 (test)
- org.junit.platform:junit-platform-engine:jar:1.11.3 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.11.3 (test)
- org.slf4j:slf4j-simple:jar:2.0.16 (test)
- org.slf4j:slf4j-api:jar:2.0.16 (compile)
- org.slf4j:slf4j-api:jar:2.0.16 (compile)
- org.flywaydb:flyway-mysql:jar:10.20.1 (test)
- software.xdev:testcontainers-junit4-mock:jar:1.0.1 (test)
- org.testcontainers:testcontainers:jar:1.20.4 (test)
- org.apache.commons:commons-compress:jar:1.24.0 (test)
- org.rnorth.duct-tape:duct-tape:jar:1.0.8 (test)
- org.jetbrains:annotations:jar:17.0.0 (test)
- org.jetbrains:annotations:jar:17.0.0 (test)
- com.github.docker-java:docker-java-api:jar:3.4.0 (test)
- com.github.docker-java:docker-java-transport-zerodep:jar:3.4.0 (test)
- com.github.docker-java:docker-java-transport:jar:3.4.0 (test)
- net.java.dev.jna:jna:jar:5.13.0 (compile)
- com.github.docker-java:docker-java-transport:jar:3.4.0 (test)
- org.apache.commons:commons-compress:jar:1.24.0 (test)
- org.testcontainers:mariadb:jar:1.20.4 (test)
- org.testcontainers:jdbc:jar:1.20.4 (test)
- org.testcontainers:database-commons:jar:1.20.4 (test)
- org.testcontainers:database-commons:jar:1.20.4 (test)
- org.testcontainers:jdbc:jar:1.20.4 (test)
- org.mariadb.jdbc:mariadb-java-client:jar:3.5.1 (compile)
- com.github.waffle:waffle-jna:jar:3.3.0 (compile)
- net.java.dev.jna:jna-platform:jar:5.13.0 (compile)
- org.slf4j:jcl-over-slf4j:jar:2.0.7 (compile)
- com.github.ben-manes.caffeine:caffeine:jar:2.9.3 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.10.0 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.10.0 (compile)
- org.checkerframework:checker-qual:jar:3.32.0 (compile)
- net.java.dev.jna:jna-platform:jar:5.13.0 (compile)
- com.github.waffle:waffle-jna:jar:3.3.0 (compile)
- org.flywaydb:flyway-core:jar:10.20.1 (compile)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache 2.0: error-prone annotations
LGPL-2.1-or-later: Java Native Access, Java Native Access Platform, mariadb-java-client
MIT License: SLF4J API Module, SLF4J Simple Provider
The MIT License: Checker Qual
Apache License, Version 2.0: Caffeine cache, JCL 1.2 implemented over SLF4J, flyway-core, flyway-core-slim, flyway-mysql, testcontainers-junit4-mock
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-2.0: Apache Commons Compress, Java Native Access, Java Native Access Platform
MIT: Duct Tape, Testcontainers :: Database-Commons, Testcontainers :: JDBC, Testcontainers :: JDBC :: MariaDB, Testcontainers Core, waffle-jna
The Apache Software License, Version 2.0: Jackson datatype: JSR310, Jackson-annotations, Jackson-core, 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.15.2.jar | 75.6 kB | 86 | 73 | 2 | 1.6 | Yes |
jackson-core-2.15.2.jar | 549.2 kB | 250 | - | - | - | - |
• Root | - | 217 | 185 | 14 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
• Versioned | - | 11 | 4 | 1 | 11 | Yes |
• Versioned | - | 10 | 3 | 1 | 17 | Yes |
• Versioned | - | 10 | 3 | 1 | 19 | Yes |
jackson-databind-2.15.2.jar | 1.6 MB | 816 | - | - | - | - |
• Root | - | 814 | 776 | 23 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jackson-datatype-jsr310-2.15.2.jar | 122.9 kB | 82 | - | - | - | - |
• Root | - | 80 | 58 | 6 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
caffeine-2.9.3.jar | 912.1 kB | 703 | 692 | 4 | 1.8 | Yes |
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 |
waffle-jna-3.3.0.jar | 71.7 kB | 72 | 54 | 7 | 1.8 | Yes |
error_prone_annotations-2.10.0.jar | 16 kB | 37 | 25 | 2 | 1.7 | Yes |
jna-5.13.0.jar | 1.9 MB | 188 | 125 | 4 | 1.6 | Yes |
jna-platform-5.13.0.jar | 1.4 MB | 1329 | 1282 | 14 | 1.6 | 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 |
checker-qual-3.32.0.jar | 224 kB | 426 | 358 | 30 | 1.8 | Yes |
flyway-core-10.20.1.jar | 664.2 kB | 472 | 392 | 65 | 17 | Yes |
flyway-mysql-10.20.1.jar | 29.6 kB | 27 | 11 | 3 | 17 | Yes |
annotations-17.0.0.jar | 19 kB | 47 | 39 | 2 | 1.8 | Yes |
junit-jupiter-5.11.3.jar | 6.4 kB | 5 | 1 | 1 | 9 | No |
junit-jupiter-api-5.11.3.jar | 216.4 kB | 197 | 182 | 8 | 1.8 | Yes |
junit-jupiter-engine-5.11.3.jar | 260.1 kB | 152 | 135 | 9 | 1.8 | Yes |
junit-jupiter-params-5.11.3.jar | 591.6 kB | 388 | 354 | 22 | 1.8 | Yes |
junit-platform-commons-1.11.3.jar | 142 kB | 88 | - | - | - | - |
• Root | - | 78 | 64 | 8 | 1.8 | Yes |
• Versioned | - | 10 | 4 | 1 | 9 | Yes |
junit-platform-engine-1.11.3.jar | 246.8 kB | 177 | 158 | 10 | 1.8 | Yes |
mariadb-java-client-3.5.1.jar | 735.3 kB | 394 | - | - | - | - |
• Root | - | 375 | 315 | 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 |
jcl-over-slf4j-2.0.7.jar | 21.1 kB | 26 | - | - | - | - |
• Root | - | 24 | 8 | 2 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
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 |
mariadb-1.20.4.jar | 8.7 kB | 14 | 4 | 1 | 1.8 | Yes |
testcontainers-1.20.4.jar | 17.8 MB | 12233 | 10475 | 456 | 15 | Yes |
testcontainers-junit4-mock-1.0.1.jar | 6.9 kB | 19 | 6 | 4 | 17 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
35 | 31.6 MB | 21052 | 18193 | 878 | 17 | 34 |
compile: 14 | compile: 8.3 MB | compile: 4952 | compile: 4398 | compile: 218 | 17 | compile: 14 |
test: 21 | test: 23.3 MB | test: 16100 | test: 13795 | test: 660 | 17 | test: 20 |