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.thoughtworks.xstream | xstream | 1.4.20 | jar | BSD-3-Clause |
javax.annotation | javax.annotation-api | 1.3.2 | jar | CDDL + GPLv2 with classpath exception |
org.opentrafficsim | ots-core | 1.7.4 | jar | BSD-3 style license |
org.opentrafficsim | ots-kpi | 1.7.4 | 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.10.2 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 5.1.1 | 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:
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.12.22 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.12.22 | 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.10.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.10.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.10.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-road:jar:1.7.4
- org.opentrafficsim:ots-core:jar:1.7.4 (compile)
- org.djunits:djunits:jar:5.1.3 (compile)
- org.djutils:djutils-base:jar:2.2.1 (compile)
- jakarta.annotation:jakarta.annotation-api:jar:3.0.0 (compile)
- org.djutils:djutils-base:jar:2.2.1 (compile)
- org.opentrafficsim:ots-base:jar:1.7.4 (compile)
- org.djutils:djutils-cli:jar:2.2.1 (compile)
- info.picocli:picocli:jar:4.7.5 (compile)
- info.picocli:picocli:jar:4.7.5 (compile)
- org.djutils:djutils-data:jar:2.2.1 (compile)
- de.siegmar:fastcsv:jar:2.2.2 (compile)
- com.google.code.gson:gson:jar:2.10.1 (compile)
- de.siegmar:fastcsv:jar:2.2.2 (compile)
- org.djutils:djutils-draw:jar:2.2.1 (compile)
- nl.tudelft.simulation:dsol-animation:jar:4.2.2 (compile)
- org.djutils:djutils-cli:jar:2.2.1 (compile)
- nl.tudelft.simulation:dsol-core:jar:4.2.2 (compile)
- nl.tudelft.simulation:dsol-base:jar:4.2.2 (compile)
- nl.tudelft.simulation:dsol-naming:jar:4.2.2 (compile)
- org.djutils:djutils-stats:jar:2.2.1 (compile)
- com.tdunning:t-digest:jar:3.2 (compile)
- com.tdunning:t-digest:jar:3.2 (compile)
- nl.tudelft.simulation:dsol-base:jar:4.2.2 (compile)
- org.jgrapht:jgrapht-core:jar:1.5.2 (compile)
- org.jheaps:jheaps:jar:0.14 (compile)
- org.apfloat:apfloat:jar:1.10.1 (compile)
- org.jheaps:jheaps:jar:0.14 (compile)
- org.djunits:djunits:jar:5.1.3 (compile)
- org.opentrafficsim:ots-kpi:jar:1.7.4 (compile)
- com.thoughtworks.xstream:xstream:jar:1.4.20 (compile)
- io.github.x-stream:mxparser:jar:1.2.2 (compile)
- xmlpull:xmlpull:jar:1.1.3.1 (compile)
- xmlpull:xmlpull:jar:1.1.3.1 (compile)
- io.github.x-stream:mxparser:jar:1.2.2 (compile)
- org.tinylog:tinylog:jar:1.3.6 (compile)
- javax.annotation:javax.annotation-api:jar:1.3.2 (compile)
- org.junit.jupiter:junit-jupiter-engine:jar:5.10.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.10.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.10.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.2 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.10.2 (test)
- org.mockito:mockito-core:jar:5.1.1 (test)
- net.bytebuddy:byte-buddy:jar:1.12.22 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.12.22 (test)
- org.objenesis:objenesis:jar:3.3 (test)
- net.bytebuddy:byte-buddy:jar:1.12.22 (test)
- org.opentrafficsim:ots-core:jar:1.7.4 (compile)
Licenses
The Apache Software License, version 2.0: picocli
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: FastCSV, apfloat
Eclipse Public License (EPL) 2.0: JGraphT - Core
BSD-3-Clause: XStream Core
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
GPL2 w/ CPE: Jakarta Annotations API
Public Domain: XML Pull Parsing API
Indiana University Extreme! Lab Software License: MXParser
GNU Lesser General Public License Version 2.1, February 1999: JGraphT - Core
The MIT License: mockito-core
BSD 3-Clause license: DJUTILS - Drawing and animation primitives, DJUTILS CLI utilities, DJUTILS sampling / output data storage, DJUTILS statistical and data storage utilities, DSOL Animation classes, DSOL base classes, DSOL core project, 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, JHeaps, Objenesis
EPL 2.0: Jakarta Annotations API
CDDL + GPLv2 with classpath exception: javax.annotation API
BSD-3 style license: OpenTrafficSim KPI Module, OpenTrafficSim base classes, OpenTrafficSim core classes, OpenTrafficSim road classes
The Apache Software License, Version 2.0: T-Digest, tinylog
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
gson-2.10.1.jar | 283.4 kB | 238 | 218 | 10 | 9 | Yes |
t-digest-3.2.jar | 51.2 kB | 29 | 18 | 1 | 1.7 | Yes |
xstream-1.4.20.jar | 644.6 kB | 530 | 498 | 23 | 1.8 | Yes |
fastcsv-2.2.2.jar | 32.1 kB | 29 | 22 | 2 | 1.8 | Yes |
picocli-4.7.5.jar | 415.1 kB | 233 | 228 | 2 | 9 | Yes |
mxparser-1.2.2.jar | 29.7 kB | 16 | 1 | 1 | 1.4 | Yes |
jakarta.annotation-api-3.0.0.jar | 26.4 kB | 32 | 19 | 4 | 11 | Yes |
javax.annotation-api-1.3.2.jar | 26.6 kB | 29 | 15 | 3 | 1.8 | Yes |
byte-buddy-1.12.22.jar | 3.9 MB | 2744 | 2690 | 39 | 9 | Yes |
byte-buddy-agent-1.12.22.jar | 256.7 kB | 90 | 70 | 3 | 9 | Yes |
dsol-animation-4.2.2.jar | 37.3 kB | 48 | 32 | 5 | 17 | Yes |
dsol-base-4.2.2.jar | 35.7 kB | 53 | 34 | 8 | 17 | Yes |
dsol-core-4.2.2.jar | 368.2 kB | 316 | 274 | 28 | 17 | Yes |
dsol-naming-4.2.2.jar | 40.6 kB | 39 | 25 | 3 | 17 | Yes |
apfloat-1.10.1.jar | 556.4 kB | 361 | 340 | 3 | 9 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 9 | Yes |
djunits-5.1.3.jar | 1.1 MB | 576 | 526 | 31 | 11 | Yes |
djutils-base-2.2.1.jar | 198.3 kB | 152 | 122 | 21 | 11 | Yes |
djutils-cli-2.2.1.jar | 45.3 kB | 63 | 53 | 1 | 11 | Yes |
djutils-data-2.2.1.jar | 43.9 kB | 41 | 27 | 5 | 11 | Yes |
djutils-draw-2.2.1.jar | 131.6 kB | 73 | 58 | 6 | 11 | Yes |
djutils-stats-2.2.1.jar | 46.6 kB | 35 | 22 | 4 | 11 | Yes |
jgrapht-core-1.5.2.jar | 1.3 MB | 740 | 690 | 42 | 11 | Yes |
jheaps-0.14.jar | 153.3 kB | 97 | 88 | 6 | 1.8 | Yes |
junit-jupiter-api-5.10.2.jar | 211 kB | 197 | 182 | 8 | 9 | Yes |
junit-jupiter-engine-5.10.2.jar | 244.7 kB | 147 | 130 | 9 | 9 | Yes |
junit-platform-commons-1.10.2.jar | 106.2 kB | 64 | 44 | 7 | 9 | Yes |
junit-platform-engine-1.10.2.jar | 204.8 kB | 153 | 136 | 10 | 9 | Yes |
mockito-core-5.1.1.jar | 685.4 kB | 637 | 565 | 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 | 9 | Yes |
ots-base-1.7.4.jar | 81.8 kB | 86 | 70 | 5 | 17 | Yes |
ots-core-1.7.4.jar | 425.2 kB | 351 | 276 | 21 | 17 | Yes |
ots-kpi-1.7.4.jar | 99.6 kB | 68 | 53 | 5 | 17 | Yes |
tinylog-1.3.6.jar | 107.3 kB | 108 | 95 | 5 | 1.6 | No |
xmlpull-1.1.3.1.jar | 7.2 kB | 10 | 4 | 1 | 1.2 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
36 | 11.9 MB | 8468 | 7680 | 400 | 17 | 35 |
compile: 26 | compile: 6.2 MB | compile: 4353 | compile: 3808 | compile: 246 | 17 | compile: 25 |
test: 10 | test: 5.7 MB | test: 4115 | test: 3872 | test: 154 | 11 | test: 10 |