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 |
---|---|---|---|---|
nl.tudelft.simulation | dsol-animation | 4.2.4 | jar | BSD 3-Clause license |
nl.tudelft.simulation | dsol-animation-gis-esri | 4.2.4 | jar | BSD 3-Clause license |
nl.tudelft.simulation | dsol-core | 4.2.4 | jar | BSD 3-Clause license |
nl.tudelft.simulation | dsol-introspection | 4.2.4 | jar | BSD 3-Clause license |
org.djutils | djutils-base | 2.3.1 | jar | BSD 3-Clause license |
org.eclipse.jetty | jetty-server | 11.0.24 | jar | Eclipse Public License - Version 2.0Apache Software License - Version 2.0 |
org.tinylog | tinylog | 1.3.6 | jar | The Apache Software 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 |
---|---|---|---|---|
org.junit.jupiter | junit-jupiter-engine | 5.12.0 | jar | Eclipse Public License v2.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:
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.junit.platform | junit-platform-engine | 1.12.0 | jar | Eclipse Public License v2.0 |
Project Dependency Graph
Dependency Tree
- nl.tudelft.simulation:dsol-web:jar:4.2.4
- nl.tudelft.simulation:dsol-core:jar:4.2.4 (compile)
- nl.tudelft.simulation:dsol-base:jar:4.2.4 (compile)
- org.djutils:djutils-draw:jar:2.3.1 (compile)
- org.djutils:djutils-math:jar:2.3.1 (compile)
- org.djutils:djutils-math:jar:2.3.1 (compile)
- org.djutils:djutils-draw:jar:2.3.1 (compile)
- nl.tudelft.simulation:dsol-naming:jar:4.2.4 (compile)
- org.djutils:djutils-cli:jar:2.3.1 (compile)
- info.picocli:picocli:jar:4.7.6 (compile)
- info.picocli:picocli:jar:4.7.6 (compile)
- org.djutils:djutils-stats:jar:2.3.1 (compile)
- com.tdunning:t-digest:jar:3.3 (compile)
- com.google.guava:guava:jar:33.4.0-jre (compile)
- com.google.guava:failureaccess:jar:1.0.2 (compile)
- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (compile)
- com.google.code.findbugs:jsr305:jar:3.0.2 (compile)
- org.checkerframework:checker-qual:jar:3.43.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.2 (compile)
- com.tdunning:t-digest:jar:3.3 (compile)
- org.djutils:djutils-data:jar:2.3.1 (compile)
- com.google.code.gson:gson:jar:2.12.1 (compile)
- com.google.code.gson:gson:jar:2.12.1 (compile)
- org.djunits:djunits:jar:5.2.1 (compile)
- nl.tudelft.simulation:dsol-base:jar:4.2.4 (compile)
- nl.tudelft.simulation:dsol-animation:jar:4.2.4 (compile)
- nl.tudelft.simulation:dsol-animation-gis-esri:jar:4.2.4 (compile)
- nl.tudelft.simulation:dsol-animation-gis:jar:4.2.4 (compile)
- de.siegmar:fastcsv:jar:2.2.2 (compile)
- nl.tudelft.simulation:dsol-animation-gis:jar:4.2.4 (compile)
- nl.tudelft.simulation:dsol-introspection:jar:4.2.4 (compile)
- org.eclipse.jetty:jetty-server:jar:11.0.24 (compile)
- org.eclipse.jetty:jetty-http:jar:11.0.24 (compile)
- org.eclipse.jetty:jetty-util:jar:11.0.24 (compile)
- org.eclipse.jetty:jetty-util:jar:11.0.24 (compile)
- org.eclipse.jetty:jetty-io:jar:11.0.24 (compile)
- org.eclipse.jetty.toolchain:jetty-jakarta-servlet-api:jar:5.0.2 (compile)
- org.slf4j:slf4j-api:jar:2.0.9 (compile)
- org.eclipse.jetty:jetty-http:jar:11.0.24 (compile)
- org.junit.jupiter:junit-jupiter-engine:jar:5.12.0 (test)
- org.junit.platform:junit-platform-engine:jar:1.12.0 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (compile)
- org.junit.platform:junit-platform-commons:jar:1.12.0 (compile)
- org.opentest4j:opentest4j:jar:1.3.0 (compile)
- org.junit.jupiter:junit-jupiter-api:jar:5.12.0 (compile)
- org.apiguardian:apiguardian-api:jar:1.1.2 (compile)
- org.junit.platform:junit-platform-engine:jar:1.12.0 (test)
- org.tinylog:tinylog:jar:1.3.6 (compile)
- org.djutils:djutils-base:jar:2.3.1 (compile)
- jakarta.annotation:jakarta.annotation-api:jar:3.0.0 (compile)
- jakarta.annotation:jakarta.annotation-api:jar:3.0.0 (compile)
- nl.tudelft.simulation:dsol-core:jar:4.2.4 (compile)
Licenses
Apache Software License - Version 2.0: Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Jakarta Servlet API and Schemas for JPMS and OSGi, Jetty :: Server Core, Jetty :: Utilities
The Apache Software License, version 2.0: picocli
Apache 2.0: error-prone annotations
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: FastCSV, SLF4J API Module
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
GPL2 w/ CPE: Jakarta Annotations API
Eclipse Public License - Version 2.0: Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities
Eclipse Public License - Version 1.0: Jetty :: Jakarta Servlet API and Schemas for JPMS and OSGi
The MIT License: Checker Qual
BSD 3-Clause license: DSOL Animation classes, DSOL ESRI Shape File Map Animation, DSOL Map Animation, DSOL base classes, DSOL core project, DSOL gui project for Web interfaces, DSOL introspection of classes, Delft Java UNIT System, Delft Java Utilities Basic Classes, Naming project for DSOL
Apache License, Version 2.0: Guava: Google Core Libraries for Java, J2ObjC Annotations
Apache-2.0: Gson
EPL 2.0: Jakarta Annotations API
BSD 3-Clause: DJUTILS - Drawing and animation primitives, DJUTILS CLI utilities, DJUTILS math utilities, DJUTILS sampling / output data storage, DJUTILS statistical and data storage utilities
The Apache Software License, Version 2.0: FindBugs-jsr305, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, t-digest, tinylog
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
gson-2.12.1.jar | 285.9 kB | 225 | - | - | - | - |
• Root | - | 224 | 204 | 9 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
error_prone_annotations-2.36.0.jar | 19.4 kB | 47 | - | - | - | - |
• Root | - | 40 | 27 | 2 | 1.8 | Yes |
• Versioned | - | 7 | 1 | 1 | 9 | No |
failureaccess-1.0.2.jar | 4.7 kB | 15 | 2 | 1 | 1.7 | Yes |
guava-33.4.0-jre.jar | 3.1 MB | 2057 | 2018 | 18 | 1.8 | Yes |
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 | - | - | - | - |
• Root | - | 29 | 17 | 1 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
t-digest-3.3.jar | 81.6 kB | 55 | 44 | 1 | 1.7 | Yes |
fastcsv-2.2.2.jar | 32.1 kB | 29 | 22 | 2 | 1.8 | Yes |
picocli-4.7.6.jar | 415.7 kB | 233 | - | - | - | - |
• Root | - | 231 | 227 | 1 | 1.5 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jakarta.annotation-api-3.0.0.jar | 26.4 kB | 32 | 19 | 4 | 11 | Yes |
dsol-animation-4.2.4.jar | 38.3 kB | 48 | 32 | 5 | 17 | Yes |
dsol-animation-gis-4.2.4.jar | 19.8 kB | 30 | 14 | 4 | 17 | Yes |
dsol-animation-gis-esri-4.2.4.jar | 27.7 kB | 26 | 9 | 2 | 17 | Yes |
dsol-base-4.2.4.jar | 35.7 kB | 53 | 34 | 8 | 17 | Yes |
dsol-core-4.2.4.jar | 368.7 kB | 316 | 274 | 28 | 17 | Yes |
dsol-introspection-4.2.4.jar | 18 kB | 27 | 14 | 3 | 17 | Yes |
dsol-naming-4.2.4.jar | 40.6 kB | 39 | 25 | 3 | 17 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
checker-qual-3.43.0.jar | 231.5 kB | 439 | 370 | 31 | 1.8 | Yes |
djunits-5.2.1.jar | 1.1 MB | 576 | 526 | 31 | 17 | Yes |
djutils-base-2.3.1.jar | 175.7 kB | 141 | 113 | 19 | 17 | Yes |
djutils-cli-2.3.1.jar | 47.1 kB | 65 | 55 | 1 | 17 | Yes |
djutils-data-2.3.1.jar | 44.3 kB | 41 | 27 | 5 | 17 | Yes |
djutils-draw-2.3.1.jar | 196.5 kB | 115 | 98 | 8 | 17 | Yes |
djutils-math-2.3.1.jar | 76.7 kB | 47 | 33 | 5 | 17 | Yes |
djutils-stats-2.3.1.jar | 47.1 kB | 35 | 22 | 4 | 17 | Yes |
jetty-http-11.0.24.jar | 272.9 kB | 146 | 126 | 4 | 11 | Yes |
jetty-io-11.0.24.jar | 222.3 kB | 137 | 122 | 4 | 11 | Yes |
jetty-server-11.0.24.jar | 799.8 kB | 377 | 356 | 8 | 11 | Yes |
jetty-util-11.0.24.jar | 571.5 kB | 332 | 306 | 13 | 11 | Yes |
jetty-jakarta-servlet-api-5.0.2.jar | 605.1 kB | 217 | 86 | 5 | 11 | Yes |
junit-jupiter-api-5.12.0.jar | 233.3 kB | 211 | 192 | 8 | 1.8 | Yes |
junit-jupiter-engine-5.12.0.jar | 291.5 kB | 171 | 150 | 9 | 1.8 | Yes |
junit-platform-commons-1.12.0.jar | 151.9 kB | 99 | - | - | - | - |
• Root | - | 88 | 69 | 9 | 1.8 | Yes |
• Versioned | - | 11 | 5 | 1 | 9 | Yes |
junit-platform-engine-1.12.0.jar | 255.8 kB | 184 | 161 | 10 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
slf4j-api-2.0.9.jar | 64.6 kB | 67 | - | - | - | - |
• Root | - | 65 | 51 | 4 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
tinylog-1.3.6.jar | 107.3 kB | 108 | 95 | 5 | 1.6 | No |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
39 | 10.1 MB | 6848 | 5987 | 282 | 17 | 37 |
compile: 37 | compile: 9.5 MB | compile: 6493 | compile: 5676 | compile: 263 | 17 | compile: 35 |
test: 2 | test: 547.3 kB | test: 355 | test: 311 | test: 19 | 1.8 | test: 2 |