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.tentackle | tentackle-fx | 21.16.1.0 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1, February 1999 |
org.tentackle | tentackle-pdo | 21.16.1.0 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1, February 1999 |
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.postgresql | postgresql | 42.7.3 | jar | BSD-2-Clause |
org.slf4j | slf4j-simple | 2.0.13 | jar | MIT License |
org.testng | testng | 7.10.2 | 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 | Classifier | Type | Licenses |
---|---|---|---|---|---|
org.kordamp.ikonli | ikonli-core | 12.3.1 | - | jar | Apache-2.0 |
org.kordamp.ikonli | ikonli-javafx | 12.3.1 | - | jar | Apache-2.0 |
org.kordamp.ikonli | ikonli-materialdesign2-pack | 12.3.1 | - | jar | Apache-2.0 |
org.openjfx | javafx-base | 22.0.2 | linux | jar | GPLv2+CE |
org.openjfx | javafx-base | 22.0.2 | - | jar | GPLv2+CE |
org.openjfx | javafx-controls | 22.0.2 | linux | jar | GPLv2+CE |
org.openjfx | javafx-controls | 22.0.2 | - | jar | GPLv2+CE |
org.openjfx | javafx-fxml | 22.0.2 | linux | jar | GPLv2+CE |
org.openjfx | javafx-fxml | 22.0.2 | - | jar | GPLv2+CE |
org.openjfx | javafx-graphics | 22.0.2 | linux | jar | GPLv2+CE |
org.openjfx | javafx-graphics | 22.0.2 | - | jar | GPLv2+CE |
org.openjfx | javafx-media | 22.0.2 | linux | jar | GPLv2+CE |
org.openjfx | javafx-media | 22.0.2 | - | jar | GPLv2+CE |
org.openjfx | javafx-web | 22.0.2 | linux | jar | GPLv2+CE |
org.openjfx | javafx-web | 22.0.2 | - | jar | GPLv2+CE |
org.tentackle | tentackle-common | 21.16.1.0 | - | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1, February 1999 |
org.tentackle | tentackle-core | 21.16.1.0 | - | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1, February 1999 |
org.tentackle | tentackle-session | 21.16.1.0 | - | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1, February 1999 |
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.beust | jcommander | 1.82 | jar | Apache License, Version 2.0 |
org.checkerframework | checker-qual | 3.42.0 | jar | The MIT License |
org.slf4j | slf4j-api | 2.0.13 | jar | MIT License |
org.webjars | jquery | 3.7.1 | jar | MIT License |
Project Dependency Graph
Dependency Tree
- org.tentackle:tentackle-fx-rdc:jar:21.16.1.0
- org.tentackle:tentackle-fx:jar:21.16.1.0 (compile)
- org.tentackle:tentackle-core:jar:21.16.1.0 (compile)
- org.tentackle:tentackle-common:jar:21.16.1.0 (compile)
- org.openjfx:javafx-web:jar:22.0.2 (compile)
- org.openjfx:javafx-web:jar:linux:22.0.2 (compile)
- org.openjfx:javafx-controls:jar:22.0.2 (compile)
- org.openjfx:javafx-controls:jar:linux:22.0.2 (compile)
- org.openjfx:javafx-graphics:jar:22.0.2 (compile)
- org.openjfx:javafx-graphics:jar:linux:22.0.2 (compile)
- org.openjfx:javafx-base:jar:22.0.2 (compile)
- org.openjfx:javafx-base:jar:linux:22.0.2 (compile)
- org.openjfx:javafx-media:jar:22.0.2 (compile)
- org.openjfx:javafx-media:jar:linux:22.0.2 (compile)
- org.openjfx:javafx-fxml:jar:22.0.2 (compile)
- org.openjfx:javafx-fxml:jar:linux:22.0.2 (compile)
- org.kordamp.ikonli:ikonli-javafx:jar:12.3.1 (compile)
- org.kordamp.ikonli:ikonli-core:jar:12.3.1 (compile)
- org.kordamp.ikonli:ikonli-materialdesign2-pack:jar:12.3.1 (compile)
- org.tentackle:tentackle-core:jar:21.16.1.0 (compile)
- org.tentackle:tentackle-pdo:jar:21.16.1.0 (compile)
- org.tentackle:tentackle-session:jar:21.16.1.0 (compile)
- org.postgresql:postgresql:jar:42.7.3 (test)
- org.checkerframework:checker-qual:jar:3.42.0 (test)
- org.testng:testng:jar:7.10.2 (test)
- org.slf4j:slf4j-api:jar:2.0.13 (test)
- com.beust:jcommander:jar:1.82 (test)
- org.webjars:jquery:jar:3.7.1 (test)
- org.slf4j:slf4j-simple:jar:2.0.13 (test)
- org.tentackle:tentackle-fx:jar:21.16.1.0 (compile)
Licenses
GPLv2+CE: javafx-base, javafx-controls, javafx-fxml, javafx-graphics, javafx-media, javafx-web
BSD-2-Clause: PostgreSQL JDBC Driver
The MIT License: Checker Qual
MIT License: SLF4J API Module, SLF4J Simple Provider, jquery
Apache-2.0: Ikonli
Apache License, Version 2.0: jcommander, testng
GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1, February 1999: Tentackle Common, Tentackle Core, Tentackle FX, Tentackle FX Rich Desktop Client, Tentackle PDO, Tentackle Session
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
jcommander-1.82.jar | 88.4 kB | 84 | 73 | 7 | 1.8 | Yes |
checker-qual-3.42.0.jar | 230.8 kB | 438 | 369 | 30 | 1.8 | Yes |
ikonli-core-12.3.1.jar | 14.5 kB | 28 | 9 | 2 | 11 | Yes |
ikonli-javafx-12.3.1.jar | 37.5 kB | 37 | 25 | 2 | 11 | Yes |
ikonli-materialdesign2-pack-12.3.1.jar | 831 kB | 101 | 80 | 2 | 11 | Yes |
javafx-base-22.0.2-linux.jar | 757.3 kB | 693 | 663 | 22 | 17 | Yes |
javafx-base-22.0.2.jar | 0.3 kB | 2 | 0 | 0 | - | - |
javafx-controls-22.0.2-linux.jar | 2.6 MB | 1537 | 1239 | 11 | 17 | Yes |
javafx-controls-22.0.2.jar | 0.3 kB | 2 | 0 | 0 | - | - |
javafx-fxml-22.0.2-linux.jar | 130.7 kB | 92 | 79 | 5 | 17 | Yes |
javafx-fxml-22.0.2.jar | 0.3 kB | 2 | 0 | 0 | - | - |
javafx-graphics-22.0.2-linux.jar | 4.7 MB | 3314 | 2872 | 107 | 17 | Yes |
javafx-graphics-22.0.2.jar | 0.3 kB | 2 | 0 | 0 | - | - |
javafx-media-22.0.2-linux.jar | 1.5 MB | 224 | 174 | 15 | 17 | Yes |
javafx-media-22.0.2.jar | 0.3 kB | 2 | 0 | 0 | - | - |
javafx-web-22.0.2-linux.jar | 41.3 MB | 561 | 455 | 22 | 17 | Yes |
javafx-web-22.0.2.jar | 0.3 kB | 2 | 0 | 0 | - | - |
postgresql-42.7.3.jar | 1.1 MB | 551 | 484 | 44 | 1.8 | Yes |
slf4j-api-2.0.13.jar | 68.6 kB | 70 | - | - | - | - |
• Root | - | 68 | 54 | 4 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
slf4j-simple-2.0.13.jar | 15.7 kB | 22 | - | - | - | - |
• Root | - | 20 | 6 | 1 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
tentackle-common-21.16.1.0.jar | 115.6 kB | 90 | 65 | 3 | 21 | Yes |
tentackle-core-21.16.1.0.jar | 467.1 kB | 428 | 371 | 18 | 21 | Yes |
tentackle-fx-21.16.1.0.jar | 530.8 kB | 415 | 356 | 19 | 21 | Yes |
tentackle-pdo-21.16.1.0.jar | 235 kB | 223 | 178 | 10 | 21 | Yes |
tentackle-session-21.16.1.0.jar | 80.2 kB | 92 | 69 | 4 | 21 | Yes |
testng-7.10.2.jar | 987.8 kB | 594 | 547 | 25 | 11 | Yes |
jquery-3.7.1.jar | 307.9 kB | 18 | 0 | 0 | - | - |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
27 | 56.1 MB | 9624 | 8168 | 353 | 21 | 20 |
compile: 20 | compile: 53.4 MB | compile: 7847 | compile: 6635 | compile: 242 | 21 | compile: 14 |
test: 7 | test: 2.8 MB | test: 1777 | test: 1533 | test: 111 | 11 | test: 6 |