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
javax.annotation javax.annotation-api 1.3.2 jar CDDL + GPLv2 with classpath exception
org.opentrafficsim ots-parser-xml 1.6.0 jar BSD-3 style license
org.opentrafficsim ots-sim0mq 1.6.0 jar BSD-3 style license
org.opentrafficsim ots-swing 1.6.0 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
junit junit 4.13.2 jar Eclipse Public License 1.0
org.mockito mockito-core 4.7.0 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 Type Licenses
com.google.code.gson gson 2.9.1 jar Apache-2.0
com.sun.istack istack-commons-runtime 3.0.7 jar CDDL 1.1GPL2 w/ CPE
com.sun.xml.fastinfoset FastInfoset 1.2.15 jar Apache License, Version 2.0
com.tdunning t-digest 3.2 jar The Apache Software License, Version 2.0
com.thoughtworks.xstream xstream 1.4.19 jar BSD-3-Clause
de.siegmar fastcsv 2.2.0 jar MIT License
eu.neilalexander jnacl 1.0.0 jar The BSD 2-Clause License
info.picocli picocli 4.6.3 jar The Apache Software License, version 2.0
io.github.x-stream mxparser 1.2.2 jar Indiana University Extreme! Lab Software License
jakarta.annotation jakarta.annotation-api 2.1.1 jar EPL 2.0GPL2 w/ CPE
javax.activation javax.activation-api 1.2.0 jar CDDL/GPLv2+CE
javax.xml.bind jaxb-api 2.3.1 jar CDDL 1.1GPL2 w/ CPE
nl.tudelft.simulation dsol-animation 4.0.1 jar BSD 3-Clause license
nl.tudelft.simulation dsol-animation-gis 4.0.1 jar BSD 3-Clause license
nl.tudelft.simulation dsol-base 4.0.1 jar BSD 3-Clause license
nl.tudelft.simulation dsol-core 4.0.1 jar BSD 3-Clause license
nl.tudelft.simulation dsol-introspection 4.0.1 jar BSD 3-Clause license
nl.tudelft.simulation dsol-naming 4.0.1 jar BSD 3-Clause license
nl.tudelft.simulation dsol-swing 4.0.1 jar BSD 3-Clause license
org.djunits djunits 5.0.1 jar BSD 3-Clause license
org.djutils djutils 2.0.1 jar BSD 3-Clause license
org.djutils djutils-cli 2.0.1 jar BSD 3-Clause license
org.djutils djutils-data 2.0.1 jar BSD 3-Clause license
org.djutils djutils-draw 2.0.1 jar BSD 3-Clause license
org.djutils djutils-serialization 2.0.1 jar BSD 3-Clause license
org.djutils djutils-stats 2.0.1 jar BSD 3-Clause license
org.glassfish.jaxb jaxb-runtime 2.3.1 jar CDDL+GPL License
org.glassfish.jaxb txw2 2.3.1 jar CDDL+GPL License
org.jfree jfreechart 1.5.0 jar GNU Lesser General Public Licence
org.jgrapht jgrapht-core 1.5.1 jar GNU Lesser General Public License Version 2.1, February 1999Eclipse Public License (EPL) 2.0
org.jheaps jheaps 0.13 jar Apache License, Version 2.0
org.jvnet.staxex stax-ex 1.8 jar Dual license consisting of the CDDL v1.1 and GPL v2
org.locationtech.jts jts-core 1.19.0 jar Eclipse Public License, Version 2.0Eclipse Distribution License - v 1.0
org.opentrafficsim ots-animation 1.6.0 jar BSD-3 style license
org.opentrafficsim ots-base 1.6.0 jar BSD-3 style license
org.opentrafficsim ots-core 1.6.0 jar BSD-3 style license
org.opentrafficsim ots-draw 1.6.0 jar BSD-3 style license
org.opentrafficsim ots-kpi 1.6.0 jar BSD-3 style license
org.opentrafficsim ots-road 1.6.0 jar BSD-3 style license
org.opentrafficsim ots-trafficcontrol 1.6.0 jar BSD-3 style license
org.opentrafficsim ots-xsd 1.6.0 jar BSD-3 style license
org.sim0mq sim0mq 2.1.0 jar BSD-3 style license
org.zeromq jeromq 0.5.2 jar Mozilla Public License version 2.0
tablelayout TableLayout 20020517 jar -
xmlpull xmlpull 1.1.3.1 jar Public Domain

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.13 jar Apache License, Version 2.0
net.bytebuddy byte-buddy-agent 1.12.13 jar Apache License, Version 2.0
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.objenesis objenesis 3.2 jar Apache License, Version 2.0

Project Dependency Graph

Dependency Tree

Licenses

Mozilla Public License version 2.0: JeroMQ

Eclipse Public License 1.0: JUnit

MIT License: FastCSV

GPL2 w/ CPE: Jakarta Annotations API, istack common utility code runtime, jaxb-api

New BSD License: Hamcrest Core

Eclipse Public License, Version 2.0: org.locationtech.jts:jts-core

CDDL/GPLv2+CE: JavaBeans Activation Framework API jar

Unknown: TableLayout

GNU Lesser General Public License Version 2.1, February 1999: JGraphT - Core

The MIT License: mockito-core

Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, JHeaps, Objenesis, fastinfoset

Apache-2.0: Gson

EPL 2.0: Jakarta Annotations API

BSD-3 style license: Federated simulaton over 0MQ bus, OTS Road parser for XML files, OTS XSD schema definitions, OTS drawing classes using Swing, OTS generic animation classes, OTS traffic control, OpenTrafficSim KPI Module, OpenTrafficSim Sim0MQ Swing remote control, OpenTrafficSim Sim0MQ bus linkage, OpenTrafficSim base classes, OpenTrafficSim core classes, OpenTrafficSim road classes, Swing UI classes for OTS

CDDL 1.1: istack common utility code runtime, jaxb-api

The Apache Software License, version 2.0: picocli

Eclipse Public License (EPL) 2.0: JGraphT - Core

BSD-3-Clause: XStream Core

The BSD 2-Clause License: eu.neilalexander:jnacl

Public Domain: XML Pull Parsing API

Indiana University Extreme! Lab Software License: MXParser

BSD 3-Clause license: DJUTILS - Delft Java Utilities, DJUTILS - Drawing and animation primitives, DJUTILS CLI utilities, DJUTILS sampling / output data storage, DJUTILS serialization of data structures, DJUTILS statistical and data storage utilities, DSOL Animation classes, DSOL Map Animation, DSOL core project, DSOL introspection of classes, DSOL swing project, DSOL version 3, base classes, Delft Java UNIT System, Naming project for DSOL

Eclipse Distribution License - v 1.0: org.locationtech.jts:jts-core

CDDL + GPLv2 with classpath exception: javax.annotation API

Dual license consisting of the CDDL v1.1 and GPL v2: Extended StAX API

GNU Lesser General Public Licence: JFreeChart

The Apache Software License, Version 2.0: T-Digest, tinylog

CDDL+GPL License: JAXB Runtime, TXW2 Runtime

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
gson-2.9.1.jar 265 kB 228 208 10 - Yes
istack-commons-runtime-3.0.7.jar 25.5 kB 35 22 4 - Yes
FastInfoset-1.2.15.jar 311.9 kB 183 149 18 - Yes
t-digest-3.2.jar 51.2 kB 29 18 1 1.7 Yes
xstream-1.4.19.jar 633.1 kB 522 490 23 1.8 Yes
fastcsv-2.2.0.jar 32 kB 29 22 2 1.8 Yes
jnacl-1.0.0.jar 19.9 kB 20 9 2 1.8 Yes
picocli-4.6.3.jar 406 kB 230 225 2 - Yes
mxparser-1.2.2.jar 29.7 kB 16 1 1 1.4 Yes
jakarta.annotation-api-2.1.1.jar 26.1 kB 31 18 4 - Yes
javax.activation-api-1.2.0.jar 56.7 kB 41 31 1 1.5 Yes
javax.annotation-api-1.3.2.jar 26.6 kB 29 15 3 1.8 Yes
jaxb-api-2.3.1.jar 128.1 kB 136 111 7 - Yes
junit-4.13.2.jar 384.6 kB 389 350 32 1.5 Yes
byte-buddy-1.12.13.jar 3.9 MB 2705 2651 39 - Yes
byte-buddy-agent-1.12.13.jar 256.5 kB 90 70 3 - Yes
dsol-animation-4.0.1.jar 37.1 kB 48 32 5 - Yes
dsol-animation-gis-4.0.1.jar 21.1 kB 31 15 4 - Yes
dsol-base-4.0.1.jar 35.5 kB 53 34 8 - Yes
dsol-core-4.0.1.jar 366.5 kB 322 280 28 - Yes
dsol-introspection-4.0.1.jar 17.9 kB 27 14 3 - Yes
dsol-naming-4.0.1.jar 41 kB 39 25 3 - Yes
dsol-swing-4.0.1.jar 315.8 kB 257 201 19 - Yes
djunits-5.0.1.jar 977.8 kB 624 574 33 - Yes
djutils-2.0.1.jar 199.4 kB 159 129 21 - Yes
djutils-cli-2.0.1.jar 45.3 kB 63 53 1 - Yes
djutils-data-2.0.1.jar 45.2 kB 52 38 5 - Yes
djutils-draw-2.0.1.jar 129.6 kB 73 58 6 - Yes
djutils-serialization-2.0.1.jar 128.6 kB 85 73 3 - Yes
djutils-stats-2.0.1.jar 45.8 kB 38 25 4 - Yes
jaxb-runtime-2.3.1.jar 1.1 MB 801 642 26 - Yes
txw2-2.3.1.jar 70.3 kB 67 54 4 - Yes
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes
jfreechart-1.5.0.jar 1.6 MB 752 661 40 1.6 Yes
jgrapht-core-1.5.1.jar 1.2 MB 695 645 42 - Yes
jheaps-0.13.jar 152.5 kB 97 88 6 1.6 Yes
stax-ex-1.8.jar 36.1 kB 36 25 3 - Yes
jts-core-1.19.0.jar 1.1 MB 732 662 61 1.8 Yes
mockito-core-4.7.0.jar 668.9 kB 641 569 64 1.8 Yes
objenesis-3.2.jar 49.4 kB 59 43 10 1.8 Yes
ots-animation-1.6.0.jar 60.6 kB 62 44 5 - Yes
ots-base-1.6.0.jar 74.5 kB 80 64 5 - Yes
ots-core-1.6.0.jar 452.7 kB 362 313 23 - Yes
ots-draw-1.6.0.jar 210.6 kB 149 130 9 - Yes
ots-kpi-1.6.0.jar 114.2 kB 88 73 5 - Yes
ots-parser-xml-1.6.0.jar 127.4 kB 62 46 4 - Yes
ots-road-1.6.0.jar 1.1 MB 676 606 41 - Yes
ots-sim0mq-1.6.0.jar 58 kB 47 34 1 - Yes
ots-swing-1.6.0.jar 173.1 kB 117 101 4 - Yes
ots-trafficcontrol-1.6.0.jar 78.5 kB 48 36 3 - Yes
ots-xsd-1.6.0.jar 406 kB 361 266 3 - Yes
sim0mq-2.1.0.jar 107.2 kB 118 62 9 - Yes
tinylog-1.3.6.jar 107.3 kB 108 95 5 1.6 No
jeromq-0.5.2.jar 469.9 kB 373 336 29 1.8 Yes
TableLayout-20020517.jar 14.6 kB 10 5 1 1.1 Yes
xmlpull-1.1.3.1.jar 7.2 kB 10 4 1 1.2 Yes
Total Size Entries Classes Packages Java Version Debug Information
56 18.5 MB 13187 11590 702 1.8 55
compile: 50 compile: 13.3 MB compile: 9251 compile: 7862 compile: 551 - compile: 49
test: 6 test: 5.3 MB test: 3936 test: 3728 test: 151 - test: 6