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 |
---|---|---|---|---|
jakarta.annotation | jakarta.annotation-api | 3.0.0 | jar | EPL 2.0GPL2 w/ CPE |
org.djunits | djunits | 5.1.4 | jar | BSD 3-Clause license |
org.jfree | jfreechart | 1.5.5 | jar | GNU Lesser General Public Licence |
org.opentrafficsim | ots-kpi | 1.7.6 | jar | BSD-3 style license |
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.11.2 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 5.14.2 | jar | MIT |
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.code.gson | gson | 2.11.0 | jar | Apache-2.0 |
com.google.errorprone | error_prone_annotations | 2.27.0 | jar | Apache 2.0 |
de.siegmar | fastcsv | 2.2.2 | jar | MIT License |
nl.tudelft.simulation | dsol-animation | 4.2.3 | jar | BSD 3-Clause license |
nl.tudelft.simulation | dsol-base | 4.2.3 | jar | BSD 3-Clause license |
nl.tudelft.simulation | dsol-naming | 4.2.3 | jar | BSD 3-Clause license |
org.djutils | djutils-base | 2.2.2 | jar | BSD 3-Clause license |
org.djutils | djutils-data | 2.2.2 | jar | BSD 3-Clause license |
org.djutils | djutils-draw | 2.2.2 | jar | BSD 3-Clause license |
org.opentrafficsim | ots-base | 1.7.6 | jar | BSD-3 style 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 |
---|---|---|---|---|
net.bytebuddy | byte-buddy | 1.15.4 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.15.4 | jar | Apache License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-api | 5.11.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.11.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.11.2 | jar | Eclipse Public License v2.0 |
org.objenesis | objenesis | 3.3 | jar | Apache License, Version 2.0 |
org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.opentrafficsim:ots-draw:jar:1.7.6
- org.opentrafficsim:ots-kpi:jar:1.7.6 (compile)
- org.opentrafficsim:ots-base:jar:1.7.6 (compile)
- org.djutils:djutils-data:jar:2.2.2 (compile)
- de.siegmar:fastcsv:jar:2.2.2 (compile)
- com.google.code.gson:gson:jar:2.11.0 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.27.0 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.27.0 (compile)
- de.siegmar:fastcsv:jar:2.2.2 (compile)
- org.djutils:djutils-draw:jar:2.2.2 (compile)
- nl.tudelft.simulation:dsol-animation:jar:4.2.3 (compile)
- nl.tudelft.simulation:dsol-naming:jar:4.2.3 (compile)
- nl.tudelft.simulation:dsol-base:jar:4.2.3 (compile)
- nl.tudelft.simulation:dsol-base:jar:4.2.3 (compile)
- nl.tudelft.simulation:dsol-naming:jar:4.2.3 (compile)
- org.djutils:djutils-data:jar:2.2.2 (compile)
- org.opentrafficsim:ots-base:jar:1.7.6 (compile)
- org.djunits:djunits:jar:5.1.4 (compile)
- org.djutils:djutils-base:jar:2.2.2 (compile)
- org.djutils:djutils-base:jar:2.2.2 (compile)
- org.jfree:jfreechart:jar:1.5.5 (compile)
- org.tinylog:tinylog:jar:1.3.6 (compile)
- jakarta.annotation:jakarta.annotation-api:jar:3.0.0 (compile)
- org.junit.jupiter:junit-jupiter-engine:jar:5.11.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.11.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.11.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.11.2 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.11.2 (test)
- org.mockito:mockito-core:jar:5.14.2 (test)
- net.bytebuddy:byte-buddy:jar:1.15.4 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.15.4 (test)
- org.objenesis:objenesis:jar:3.3 (test)
- net.bytebuddy:byte-buddy:jar:1.15.4 (test)
- org.opentrafficsim:ots-kpi:jar:1.7.6 (compile)
Licenses
Apache 2.0: error-prone annotations
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: FastCSV
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
GPL2 w/ CPE: Jakarta Annotations API
BSD 3-Clause license: DJUTILS - Drawing and animation primitives, DJUTILS sampling / output data storage, DSOL Animation classes, DSOL base classes, Delft Java UNIT System, Delft Java Utilities Basic Classes, Naming project for DSOL
Apache-2.0: Gson
Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, Objenesis
MIT: mockito-core
EPL 2.0: Jakarta Annotations API
BSD-3 style license: OTS drawing classes, OpenTrafficSim KPI Module, OpenTrafficSim base classes
GNU Lesser General Public Licence: JFreeChart
The Apache Software License, Version 2.0: tinylog
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
gson-2.11.0.jar | 298.4 kB | 244 | - | - | - | - |
• Root | - | 243 | 223 | 9 | 1.7 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
error_prone_annotations-2.27.0.jar | 19.4 kB | 47 | - | - | - | - |
• Root | - | 40 | 27 | 2 | 1.8 | Yes |
• Versioned | - | 7 | 1 | 1 | 9 | No |
fastcsv-2.2.2.jar | 32.1 kB | 29 | 22 | 2 | 1.8 | Yes |
jakarta.annotation-api-3.0.0.jar | 26.4 kB | 32 | 19 | 4 | 11 | Yes |
byte-buddy-1.15.4.jar | 4.2 MB | 2955 | - | - | - | - |
• Root | - | 2953 | 2900 | 38 | 1.6 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
byte-buddy-agent-1.15.4.jar | 262.8 kB | 93 | - | - | - | - |
• Root | - | 91 | 72 | 2 | 1.5 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
dsol-animation-4.2.3.jar | 37.3 kB | 48 | 32 | 5 | 17 | Yes |
dsol-base-4.2.3.jar | 35.7 kB | 53 | 34 | 8 | 17 | Yes |
dsol-naming-4.2.3.jar | 40.6 kB | 39 | 25 | 3 | 17 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
djunits-5.1.4.jar | 1.1 MB | 576 | 526 | 31 | 11 | Yes |
djutils-base-2.2.2.jar | 198.3 kB | 152 | 122 | 21 | 11 | Yes |
djutils-data-2.2.2.jar | 43.9 kB | 41 | 27 | 5 | 11 | Yes |
djutils-draw-2.2.2.jar | 131.6 kB | 73 | 58 | 6 | 11 | Yes |
jfreechart-1.5.5.jar | 1.7 MB | 787 | 692 | 41 | 1.8 | Yes |
junit-jupiter-api-5.11.2.jar | 216.3 kB | 197 | 182 | 8 | 1.8 | Yes |
junit-jupiter-engine-5.11.2.jar | 260.1 kB | 152 | 135 | 9 | 1.8 | Yes |
junit-platform-commons-1.11.2.jar | 140.6 kB | 86 | - | - | - | - |
• Root | - | 77 | 63 | 8 | 1.8 | Yes |
• Versioned | - | 9 | 3 | 1 | 9 | Yes |
junit-platform-engine-1.11.2.jar | 246.8 kB | 177 | 158 | 10 | 1.8 | Yes |
mockito-core-5.14.2.jar | 707.7 kB | 646 | 574 | 64 | 11 | Yes |
objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
ots-base-1.7.6.jar | 96.8 kB | 94 | 78 | 5 | 17 | Yes |
ots-kpi-1.7.6.jar | 98.9 kB | 70 | 55 | 5 | 17 | Yes |
tinylog-1.3.6.jar | 107.3 kB | 108 | 95 | 5 | 1.6 | No |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
25 | 10.1 MB | 6782 | 6174 | 305 | 17 | 24 |
compile: 15 | compile: 3.9 MB | compile: 2393 | compile: 2035 | compile: 152 | 17 | compile: 14 |
test: 10 | test: 6.2 MB | test: 4389 | test: 4139 | test: 153 | 11 | test: 10 |