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 |
---|---|---|---|---|---|
org.tentackle | tentackle-fx-rdc | 21.16.1.0 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1, February 1999 | No |
org.tentackle | tentackle-test-pdo | 21.16.1.0 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1, February 1999 | No |
org.junit.jupiter | junit-jupiter-api | 5.10.3 | jar | Eclipse Public License v2.0 | Yes |
org.testng | testng | 7.10.2 | 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 |
---|---|---|---|---|
org.apache.groovy | groovy | 4.0.22 | jar | The Apache Software License, Version 2.0 |
org.postgresql | postgresql | 42.7.3 | jar | BSD-2-Clause |
org.slf4j | slf4j-simple | 2.0.13 | jar | MIT License |
org.tentackle | tentackle-domain | 21.16.1.0 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1, February 1999 |
org.tentackle | tentackle-persistence | 21.16.1.0 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1, February 1999 |
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:
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 | Optional |
---|---|---|---|---|---|
org.webjars | jquery | 3.7.1 | jar | MIT License | 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 |
---|---|---|---|---|
org.checkerframework | checker-qual | 3.42.0 | jar | The MIT License |
org.tentackle | tentackle-database | 21.16.1.0 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1, February 1999 |
Project Dependency Graph
Dependency Tree
- org.tentackle:tentackle-test-fx-rdc:jar:21.16.1.0
- org.tentackle:tentackle-fx-rdc:jar:21.16.1.0 (compile)
- 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.tentackle:tentackle-fx:jar:21.16.1.0 (compile)
- org.tentackle:tentackle-test-pdo:jar:21.16.1.0 (compile)
- org.tentackle:tentackle-model:jar:21.16.1.0 (compile)
- org.tentackle:tentackle-sql:jar:21.16.1.0 (compile)
- org.tentackle:tentackle-model:jar:21.16.1.0 (compile)
- org.testng:testng:jar:7.10.2 (compile)
- org.slf4j:slf4j-api:jar:2.0.13 (compile)
- com.beust:jcommander:jar:1.82 (compile)
- org.webjars:jquery:jar:3.7.1 (runtime)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.3 (compile)
- org.opentest4j:opentest4j:jar:1.3.0 (compile)
- org.junit.platform:junit-platform-commons:jar:1.10.3 (compile)
- org.apiguardian:apiguardian-api:jar:1.1.2 (compile)
- org.tentackle:tentackle-persistence:jar:21.16.1.0 (test)
- org.tentackle:tentackle-database:jar:21.16.1.0 (test)
- org.tentackle:tentackle-domain:jar:21.16.1.0 (test)
- org.apache.groovy:groovy:jar:4.0.22 (test)
- org.postgresql:postgresql:jar:42.7.3 (test)
- org.checkerframework:checker-qual:jar:3.42.0 (test)
- org.slf4j:slf4j-simple:jar:2.0.13 (test)
- org.tentackle:tentackle-fx-rdc:jar:21.16.1.0 (compile)
Licenses
GPLv2+CE: javafx-base, javafx-controls, javafx-fxml, javafx-graphics, javafx-media, javafx-web
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: SLF4J API Module, SLF4J Simple Provider, jquery
BSD-2-Clause: PostgreSQL JDBC Driver
The MIT License: Checker Qual
Apache-2.0: Ikonli
Apache License, Version 2.0: jcommander, testng
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Platform Commons
GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1, February 1999: Tentackle Common, Tentackle Core, Tentackle Data Model, Tentackle Database, Tentackle Domain, Tentackle FX, Tentackle FX RDC Tests, Tentackle FX Rich Desktop Client, Tentackle PDO, Tentackle PDO Tests, Tentackle Persistence, Tentackle SQL, Tentackle Session
The Apache Software License, Version 2.0: Apache Groovy
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
groovy-4.0.22.jar | 7.6 MB | 4733 | 4574 | 120 | 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-database-21.16.1.0.jar | 397.2 kB | 192 | 158 | 6 | 21 | Yes |
tentackle-domain-21.16.1.0.jar | 16.1 kB | 29 | 11 | 5 | 21 | Yes |
tentackle-fx-21.16.1.0.jar | 530.8 kB | 415 | 356 | 19 | 21 | Yes |
tentackle-fx-rdc-21.16.1.0.jar | 258.5 kB | 197 | 108 | 16 | 21 | Yes |
tentackle-model-21.16.1.0.jar | 206.8 kB | 113 | 92 | 7 | 21 | Yes |
tentackle-pdo-21.16.1.0.jar | 235 kB | 223 | 178 | 10 | 21 | Yes |
tentackle-persistence-21.16.1.0.jar | 150.6 kB | 93 | 61 | 10 | 21 | Yes |
tentackle-session-21.16.1.0.jar | 80.2 kB | 92 | 69 | 4 | 21 | Yes |
tentackle-sql-21.16.1.0.jar | 222.5 kB | 129 | 107 | 6 | 21 | Yes |
tentackle-test-pdo-21.16.1.0.jar | 56.1 kB | 61 | 12 | 4 | 21 | Yes |
jcommander-1.82.jar | 88.4 kB | 84 | 73 | 7 | 1.8 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
junit-jupiter-api-5.10.3.jar | 211.4 kB | 198 | 183 | 8 | 1.8 | Yes |
junit-platform-commons-1.10.3.jar | 106.2 kB | 64 | - | - | - | - |
• Root | - | 56 | 43 | 7 | 1.8 | Yes |
• Versioned | - | 8 | 2 | 1 | 9 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | 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 |
39 | 65.4 MB | 15457 | 13529 | 546 | 21 | 32 |
compile: 31 | compile: 55.6 MB | compile: 9381 | compile: 7866 | compile: 330 | 21 | compile: 25 |
runtime: 1 | runtime: 307.9 kB | runtime: 18 | - | - | - | |
test: 7 | test: 9.5 MB | test: 6058 | test: 5663 | test: 216 | 21 | test: 7 |