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.guava | guava | 33.4.8-jre | jar | Apache License, Version 2.0 | No |
de.softwareforge.testing | maven-loader | 2.4.0 | jar | Apache License, Version 2.0 | No |
org.apache.commons | commons-compress | 1.27.1 | jar | Apache-2.0 | No |
org.postgresql | postgresql | 42.7.5 | jar | BSD-2-Clause | No |
org.slf4j | slf4j-api | 2.0.17 | jar | MIT | No |
org.tukaani | xz | 1.10 | jar | 0BSD | No |
org.flywaydb | flyway-core | 11.8.1 | 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 |
---|---|---|---|---|
com.fasterxml.jackson.dataformat | jackson-dataformat-toml | 2.18.3 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.datatype | jackson-datatype-jsr310 | 2.18.3 | jar | The Apache Software License, Version 2.0 |
io.zonky.test.postgres | embedded-postgres-binaries-linux-amd64 | 17.4.0 | jar | The Apache License, Version 2.0 |
org.flywaydb | flyway-database-postgresql | 11.8.1 | jar | Apache License, Version 2.0 |
org.slf4j | slf4j-simple | 2.0.17 | 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 |
---|---|---|---|---|---|
com.google.auto.value | auto-value | 1.11.0 | jar | Apache 2.0 | Yes |
com.google.auto.value | auto-value-annotations | 1.11.0 | jar | Apache 2.0 | Yes |
jakarta.annotation | jakarta.annotation-api | 3.0.0 | jar | EPL 2.0GPL2 w/ CPE | Yes |
org.junit.jupiter | junit-jupiter-api | 5.13.0-M3 | jar | Eclipse Public License v2.0 | Yes |
org.junit.platform | junit-platform-commons | 1.13.0-M3 | jar | Eclipse Public License v2.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.google.errorprone | error_prone_annotations | 2.36.0 | jar | Apache 2.0 |
com.google.guava | failureaccess | 1.0.3 | 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.0.0 | jar | Apache License, Version 2.0 |
commons-codec | commons-codec | 1.17.1 | jar | Apache-2.0 |
commons-io | commons-io | 2.16.1 | jar | Apache-2.0 |
org.apache.commons | commons-lang3 | 3.16.0 | jar | Apache-2.0 |
org.jspecify | jspecify | 1.0.0 | jar | The Apache License, Version 2.0 |
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 |
---|---|---|---|---|
org.checkerframework | checker-qual | 3.49.3 | jar | The MIT License |
org.slf4j | jcl-over-slf4j | 1.7.36 | 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 |
---|---|---|---|---|
com.fasterxml.jackson.core | jackson-annotations | 2.18.3 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-core | 2.18.3 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-databind | 2.18.3 | jar | The Apache Software License, Version 2.0 |
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 |
---|---|---|---|---|---|
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 | Yes |
org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 | Yes |
Project Dependency Graph
Dependency Tree
- de.softwareforge.testing:pg-embedded:jar:5.3.1-SNAPSHOT
- org.apache.commons:commons-compress:jar:1.27.1 (compile)
- commons-codec:commons-codec:jar:1.17.1 (compile)
- commons-io:commons-io:jar:2.16.1 (compile)
- org.apache.commons:commons-lang3:jar:3.16.0 (compile)
- commons-codec:commons-codec:jar:1.17.1 (compile)
- org.tukaani:xz:jar:1.10 (compile)
- de.softwareforge.testing:maven-loader:jar:2.4.0 (compile)
- org.slf4j:jcl-over-slf4j:jar:1.7.36 (runtime)
- org.slf4j:jcl-over-slf4j:jar:1.7.36 (runtime)
- org.slf4j:slf4j-api:jar:2.0.17 (compile)
- com.google.guava:guava:jar:33.4.8-jre (compile)
- com.google.guava:failureaccess:jar:1.0.3 (compile)
- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (compile)
- org.jspecify:jspecify:jar:1.0.0 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.36.0 (compile)
- com.google.j2objc:j2objc-annotations:jar:3.0.0 (compile)
- com.google.guava:failureaccess:jar:1.0.3 (compile)
- org.flywaydb:flyway-core:jar:11.8.1 (compile)
- org.postgresql:postgresql:jar:42.7.5 (compile)
- org.checkerframework:checker-qual:jar:3.49.3 (runtime)
- org.checkerframework:checker-qual:jar:3.49.3 (runtime)
- jakarta.annotation:jakarta.annotation-api:jar:3.0.0 (provided)
- org.junit.jupiter:junit-jupiter-api:jar:5.13.0-M3 (provided)
- org.opentest4j:opentest4j:jar:1.3.0 (provided)
- org.apiguardian:apiguardian-api:jar:1.1.2 (provided)
- org.opentest4j:opentest4j:jar:1.3.0 (provided)
- org.junit.platform:junit-platform-commons:jar:1.13.0-M3 (provided)
- org.flywaydb:flyway-database-postgresql:jar:11.8.1 (test)
- com.fasterxml.jackson.dataformat:jackson-dataformat-toml:jar:2.18.3 (test)
- com.fasterxml.jackson.core:jackson-databind:jar:2.18.3 (test)
- com.fasterxml.jackson.core:jackson-core:jar:2.18.3 (test)
- com.fasterxml.jackson.core:jackson-databind:jar:2.18.3 (test)
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.18.3 (test)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.18.3 (test)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.18.3 (test)
- com.google.auto.value:auto-value-annotations:jar:1.11.0 (provided)
- com.google.auto.value:auto-value:jar:1.11.0 (provided)
- org.slf4j:slf4j-simple:jar:2.0.17 (test)
- io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64:jar:17.4.0 (test)
- org.apache.commons:commons-compress:jar:1.27.1 (compile)
Licenses
0BSD: XZ for Java
The Apache License, Version 2.0: JSpecify annotations, embedded-postgres-binaries-linux-amd64, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache 2.0: AutoValue Annotations, AutoValue Processor, error-prone annotations
BSD-2-Clause: PostgreSQL JDBC Driver
The MIT License: Checker Qual
Apache License, Version 2.0: Guava InternalFutureFailureAccess and InternalFutures, Guava: Google Core Libraries for Java, J2ObjC Annotations, JCL 1.2 implemented over SLF4J, flyway-core, flyway-database-postgresql, maven-loader, pg-embedded :: code
Apache-2.0: Apache Commons Codec, Apache Commons Compress, Apache Commons IO, Apache Commons Lang
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Platform Commons
MIT: SLF4J API Module, SLF4J Simple Provider
EPL 2.0: Jakarta Annotations API
GPL2 w/ CPE: Jakarta Annotations API
The Apache Software License, Version 2.0: Guava ListenableFuture only, Jackson datatype: JSR310, Jackson-annotations, Jackson-core, Jackson-dataformat-TOML, jackson-databind
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
---|---|---|---|---|---|---|---|
jackson-annotations-2.18.3.jar | 78.5 kB | 87 | 74 | 2 | 1.6 | Yes | No |
jackson-core-2.18.3.jar | 598 kB | 293 | - | - | - | - | No |
• 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 | 22 | Yes | - |
jackson-databind-2.18.3.jar | 1.7 MB | 829 | - | - | - | - | No |
• Root | - | 827 | 789 | 23 | 1.8 | Yes | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
jackson-dataformat-toml-2.18.3.jar | 56.1 kB | 40 | - | - | - | - | No |
• Root | - | 38 | 23 | 1 | 1.8 | Yes | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
jackson-datatype-jsr310-2.18.3.jar | 133 kB | 86 | - | - | - | - | No |
• Root | - | 84 | 62 | 6 | 1.8 | Yes | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
error_prone_annotations-2.36.0.jar | 19.4 kB | 47 | - | - | - | - | No |
• Root | - | 40 | 27 | 2 | 1.8 | Yes | - |
• Versioned | - | 7 | 1 | 1 | 9 | No | - |
failureaccess-1.0.3.jar | 10.8 kB | 25 | - | - | - | - | No |
• Root | - | 17 | 2 | 1 | 1.8 | Yes | - |
• Versioned | - | 8 | 1 | 1 | 9 | No | - |
guava-33.4.8-jre.jar | 3 MB | 2008 | - | - | - | - | No |
• Root | - | 2006 | 1967 | 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.0.0.jar | 12.5 kB | 31 | - | - | - | - | No |
• Root | - | 29 | 17 | 1 | 1.8 | Yes | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
commons-codec-1.17.1.jar | 372.7 kB | 262 | - | - | - | - | No |
• Root | - | 261 | 114 | 7 | 1.8 | Yes | - |
• Versioned | - | 1 | 1 | 1 | 9 | No | - |
commons-io-2.16.1.jar | 508.8 kB | 374 | - | - | - | - | No |
• Root | - | 373 | 346 | 15 | 1.8 | Yes | - |
• Versioned | - | 1 | 1 | 1 | 9 | No | - |
maven-loader-2.4.0.jar | 4.1 MB | 2800 | 2255 | 176 | 11 | Yes | No |
embedded-postgres-binaries-linux-amd64-17.4.0.jar | 14.9 MB | 3 | 0 | 0 | - | - | - |
commons-compress-1.27.1.jar | 1.1 MB | 625 | - | - | - | - | No |
• Root | - | 624 | 572 | 36 | 1.8 | Yes | - |
• Versioned | - | 1 | 1 | 1 | 9 | No | - |
commons-lang3-3.16.0.jar | 674.2 kB | 426 | - | - | - | - | No |
• Root | - | 425 | 395 | 18 | 1.8 | Yes | - |
• Versioned | - | 1 | 1 | 1 | 9 | No | - |
checker-qual-3.49.3.jar | 238.2 kB | 453 | 380 | 33 | 1.8 | Yes | No |
flyway-database-postgresql-11.8.1.jar | 47.6 kB | 33 | 19 | 2 | 17 | Yes | No |
jspecify-1.0.0.jar | 3.8 kB | 14 | - | - | - | - | No |
• Root | - | 10 | 4 | 1 | 1.8 | No | - |
• Versioned | - | 4 | 1 | 1 | 9 | No | - |
postgresql-42.7.5.jar | 1.1 MB | 535 | 472 | 38 | 1.8 | Yes | No |
jcl-over-slf4j-1.7.36.jar | 16.6 kB | 23 | 9 | 2 | 1.5 | Yes | No |
slf4j-api-2.0.17.jar | 69.9 kB | 71 | - | - | - | - | No |
• Root | - | 69 | 55 | 4 | 1.8 | Yes | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
slf4j-simple-2.0.17.jar | 15.7 kB | 22 | - | - | - | - | No |
• Root | - | 20 | 6 | 1 | 1.8 | Yes | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
xz-1.10.jar | 168.6 kB | 151 | - | - | - | - | Yes |
• Root | - | 137 | 123 | 9 | 1.8 | Yes | - |
• Versioned | - | 14 | 7 | 4 | 9 | Yes | - |
auto-value-1.11.0.jar | 2.3 MB | 1475 | 1346 | 37 | 1.8 | Yes | No |
auto-value-annotations-1.11.0.jar | 7.5 kB | 24 | 9 | 4 | 1.8 | No | No |
jakarta.annotation-api-3.0.0.jar | 26.4 kB | 32 | 19 | 4 | 11 | Yes | No |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes | No |
flyway-core-11.8.1.jar | 679.6 kB | 479 | 399 | 66 | 17 | Yes | No |
junit-jupiter-api-5.13.0-M3.jar | 240.2 kB | 216 | 201 | 8 | 1.8 | Yes | No |
junit-platform-commons-1.13.0-M3.jar | 152.5 kB | 96 | - | - | - | - | No |
• Root | - | 85 | 70 | 9 | 1.8 | Yes | - |
• Versioned | - | 11 | 5 | 1 | 9 | Yes | - |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes | No |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
32 | 32.4 MB | 11591 | 9978 | 542 | 17 | 28 | 1 |
compile: 15 | compile: 11.9 MB | compile: 7855 | compile: 6748 | compile: 392 | 17 | compile: 13 | compile: 1 |
runtime: 2 | runtime: 254.8 kB | runtime: 476 | runtime: 389 | runtime: 35 | runtime: 2 | - | |
provided: 7 | provided: 2.8 MB | provided: 1867 | provided: 1657 | provided: 66 | provided: 6 | - | |
test: 8 | test: 17.5 MB | test: 1393 | test: 1184 | test: 49 | 17 | test: 7 | - |