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.github.spotbugs | spotbugs-annotations | 4.8.6 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 |
io.jenetics | jpx | 3.2.0 | jar | The Apache License, Version 2.0 |
it.tidalwave.mapview | mapview-javafx | 1.0-ALPHA-2 | jar | Apache-2.0 |
jakarta.annotation | jakarta.annotation-api | 3.0.0 | jar | EPL 2.0GPL2 w/ CPE |
org.openjfx | javafx-base | 21.0.5 | jar | GPLv2+CE |
org.openjfx | javafx-controls | 21.0.5 | jar | GPLv2+CE |
org.openjfx | javafx-fxml | 21.0.5 | jar | GPLv2+CE |
org.openjfx | javafx-graphics | 21.0.5 | jar | GPLv2+CE |
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 |
---|---|---|---|---|
ch.qos.logback | logback-classic | 1.5.16 | jar | Eclipse Public License - v 1.0GNU Lesser General Public License |
ch.qos.logback | logback-core | 1.5.16 | jar | Eclipse Public License - v 1.0GNU Lesser General Public 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:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
it.tidalwave.thesefoolishthings | it-tidalwave-util-test | 4.0-ALPHA-2 | jar | Apache-2.0 |
org.assertj | assertj-core | 3.27.2 | jar | Apache-2.0 |
org.hamcrest | hamcrest | 3.0 | jar | BSD-3-Clause |
org.mockito | mockito-core | 5.13.0 | jar | MIT |
org.testng | testng | 7.10.2 | jar | Apache 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 |
---|---|---|---|---|
org.projectlombok | lombok | 1.18.36 | jar | The MIT License |
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.openjfx | javafx-base | 21.0.5 | mac | jar | GPLv2+CE |
org.openjfx | javafx-controls | 21.0.5 | mac | jar | GPLv2+CE |
org.openjfx | javafx-fxml | 21.0.5 | mac | jar | GPLv2+CE |
org.openjfx | javafx-graphics | 21.0.5 | mac | jar | GPLv2+CE |
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:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
com.beust | jcommander | 1.82 | jar | Apache License, Version 2.0 |
io.github.java-diff-utils | java-diff-utils | 4.15 | jar | The Apache Software License, Version 2.0 |
it.tidalwave.thesefoolishthings | it-tidalwave-util | 4.0-ALPHA-2 | jar | Apache-2.0 |
net.bytebuddy | byte-buddy | 1.15.0 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.15.0 | jar | Apache License, Version 2.0 |
org.objenesis | objenesis | 3.3 | jar | Apache License, Version 2.0 |
org.webjars | jquery | 3.7.1 | jar | MIT License |
Project Dependency Graph
Dependency Tree
- it.tidalwave.mapview:mapview-example:jar:1.0-ALPHA-2
- io.jenetics:jpx:jar:3.2.0 (compile)
- org.openjfx:javafx-base:jar:21.0.5 (compile)
- org.openjfx:javafx-base:jar:mac:21.0.5 (compile)
- org.openjfx:javafx-controls:jar:21.0.5 (compile)
- org.openjfx:javafx-controls:jar:mac:21.0.5 (compile)
- org.openjfx:javafx-graphics:jar:21.0.5 (compile)
- org.openjfx:javafx-graphics:jar:mac:21.0.5 (compile)
- org.openjfx:javafx-fxml:jar:21.0.5 (compile)
- org.openjfx:javafx-fxml:jar:mac:21.0.5 (compile)
- it.tidalwave.mapview:mapview-javafx:jar:1.0-ALPHA-2 (compile)
- org.slf4j:slf4j-api:jar:2.0.16 (compile)
- ch.qos.logback:logback-core:jar:1.5.16 (runtime)
- ch.qos.logback:logback-classic:jar:1.5.16 (runtime)
- jakarta.annotation:jakarta.annotation-api:jar:3.0.0 (compile)
- org.projectlombok:lombok:jar:1.18.36 (provided)
- com.github.spotbugs:spotbugs-annotations:jar:4.8.6 (compile)
- org.testng:testng:jar:7.10.2 (test)
- com.beust:jcommander:jar:1.82 (test)
- org.webjars:jquery:jar:3.7.1 (test)
- org.hamcrest:hamcrest:jar:3.0 (test)
- org.mockito:mockito-core:jar:5.13.0 (test)
- net.bytebuddy:byte-buddy:jar:1.15.0 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.15.0 (test)
- org.objenesis:objenesis:jar:3.3 (test)
- org.assertj:assertj-core:jar:3.27.2 (test)
- it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:4.0-ALPHA-2 (test)
- io.github.java-diff-utils:java-diff-utils:jar:4.15 (test)
- it.tidalwave.thesefoolishthings:it-tidalwave-util:jar:4.0-ALPHA-2 (test)
Licenses
GPLv2+CE: javafx-base, javafx-controls, javafx-fxml, javafx-graphics
The Apache License, Version 2.0: jpx
MIT License: SLF4J API Module, jquery
BSD-3-Clause: Hamcrest
GPL2 w/ CPE: Jakarta Annotations API
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1: SpotBugs Annotations
The MIT License: Project Lombok
Apache-2.0: AssertJ Core, MapView :: Example, MapView :: JavaFX Control, TheseFoolishThings :: Test Utilities, TheseFoolishThings :: Utilities
Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, Objenesis, jcommander, testng
MIT: mockito-core
EPL 2.0: Jakarta Annotations API
The Apache Software License, Version 2.0: java-diff-utils
Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
logback-classic-1.5.16.jar | 306.7 kB | 242 | 189 | 29 | 11 | Yes |
logback-core-1.5.16.jar | 621.6 kB | 528 | - | - | - | - |
• Root | - | 521 | 469 | 41 | 11 | Yes |
• Versioned | - | 7 | 1 | 1 | 21 | Yes |
jcommander-1.82.jar | 88.4 kB | 84 | 73 | 7 | 1.8 | Yes |
spotbugs-annotations-4.8.6.jar | 15.3 kB | 31 | 24 | 1 | 1.8 | Yes |
java-diff-utils-4.15.jar | 75.7 kB | 55 | 40 | 6 | 1.8 | Yes |
jpx-3.2.0.jar | 203.1 kB | 113 | 106 | 4 | 17 | Yes |
MapView/target/classes | - | 0 | 0 | 0 | - | - |
it-tidalwave-util-4.0-ALPHA-2.jar | 149.7 kB | 141 | 111 | 12 | 11 | Yes |
it-tidalwave-util-test-4.0-ALPHA-2.jar | 21.9 kB | 20 | 8 | 1 | 11 | Yes |
jakarta.annotation-api-3.0.0.jar | 26.4 kB | 32 | 19 | 4 | 11 | Yes |
byte-buddy-1.15.0.jar | 4.2 MB | 2950 | - | - | - | - |
• Root | - | 2948 | 2895 | 38 | 1.6 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
byte-buddy-agent-1.15.0.jar | 262.8 kB | 93 | - | - | - | - |
• Root | - | 91 | 72 | 2 | 1.5 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
assertj-core-3.27.2.jar | 1.4 MB | 881 | - | - | - | - |
• Root | - | 877 | 838 | 27 | 1.8 | Yes |
• Versioned | - | 4 | 1 | 1 | 9 | No |
hamcrest-3.0.jar | 126.4 kB | 123 | 108 | 11 | 1.8 | Yes |
mockito-core-5.13.0.jar | 704 kB | 642 | 570 | 64 | 11 | Yes |
objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
javafx-base-21.0.5-mac.jar | 754 kB | 694 | 664 | 22 | 17 | Yes |
javafx-base-21.0.5.jar | 0.3 kB | 2 | 0 | 0 | - | - |
javafx-controls-21.0.5-mac.jar | 2.6 MB | 1538 | 1240 | 11 | 17 | Yes |
javafx-controls-21.0.5.jar | 0.3 kB | 2 | 0 | 0 | - | - |
javafx-fxml-21.0.5-mac.jar | 130.2 kB | 92 | 79 | 5 | 17 | Yes |
javafx-fxml-21.0.5.jar | 0.3 kB | 2 | 0 | 0 | - | - |
javafx-graphics-21.0.5-mac.jar | 4.9 MB | 3325 | 2887 | 106 | 17 | Yes |
javafx-graphics-21.0.5.jar | 0.3 kB | 2 | 0 | 0 | - | - |
lombok-1.18.36.jar | 2.1 MB | 1083 | 178 | 13 | 1.6 | Yes |
slf4j-api-2.0.16.jar | 69.4 kB | 71 | - | - | - | - |
• Root | - | 69 | 55 | 4 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
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 |
28 | 20 MB | 13417 | 11215 | 443 | 17 | 22 |
compile: 13 | compile: 8.7 MB | compile: 5904 | compile: 5074 | compile: 157 | 17 | compile: 8 |
runtime: 2 | runtime: 928.3 kB | runtime: 770 | runtime: 658 | runtime: 70 | runtime: 2 | |
provided: 1 | provided: 2.1 MB | provided: 1083 | provided: 178 | provided: 13 | provided: 1 | |
test: 12 | test: 8.4 MB | test: 5660 | test: 5305 | test: 203 | 11 | test: 11 |