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
opentrafficsim ots-parser-xml 1.02.01 jar BSD-style license
opentrafficsim ots-road 1.02.01 jar BSD-style license
opentrafficsim ots-sim0mq 1.02.01 jar BSD-style license
org.tinylog tinylog 1.3.5 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.12 jar Eclipse Public License 1.0
org.powermock powermock-api-mockito2 1.7.4 jar The Apache Software License, Version 2.0
org.powermock powermock-module-junit4 1.7.4 jar The Apache Software License, Version 2.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:

GroupId ArtifactId Version Type Licenses
colt colt 1.2.0 jar -
com.google.code.findbugs annotations 3.0.1u2 jar GNU Lesser Public License
com.google.code.findbugs jsr305 3.0.1 jar The Apache Software License, Version 2.0
com.thoughtworks.xstream xstream 1.4.10 jar BSD style
concurrent concurrent 1.3.4 jar Public domain, Sun Microsoystems
dsol dsol-animation 3.03.06 jar BSD-style license
dsol dsol-base 3.03.06 jar BSD-style license
dsol dsol-core 3.03.06 jar BSD-style license
dsol dsol-event 3.03.06 jar BSD-style license
dsol dsol-interpreter 3.03.06 jar BSD-style license
dsol dsol-introspection 3.03.06 jar BSD-style license
dsol dsol-naming 3.03.06 jar BSD-style license
java3d j3d-core 1.5.1 jar -
java3d vecmath 1.5.1 jar -
net.jcip jcip-annotations 1.0 jar -
opentrafficsim ots-animation 1.02.01 jar BSD-style license
opentrafficsim ots-base 1.02.01 jar BSD-style license
opentrafficsim ots-core 1.02.01 jar BSD-style license
opentrafficsim ots-draw 1.02.01 jar BSD-style license
opentrafficsim ots-kpi 1.02.01 jar BSD-style license
opentrafficsim ots-trafficcontrol 1.02.01 jar BSD-style license
opentrafficsim ots-xsd 1.02.01 jar BSD-style license
org.apache.commons commons-compress 1.18 jar Apache License, Version 2.0
org.djunits djunits 3.01.02 jar BSD-style license
org.djutils djutils 1.00.05 jar BSD-style license
org.jdom jdom2 2.0.6 jar Similar to Apache License but with the acknowledgment clause removed
org.jfree jfreechart 1.5.0 jar GNU Lesser General Public Licence
org.jgrapht jgrapht-core 1.2.0 jar GNU Lesser General Public License Version 2.1, February 1999Eclipse Public License (EPL) 1.0
org.joda joda-money 0.12 jar Apache 2
org.locationtech.jts jts-core 1.16.0 jar Eclipse Publish License, Version 1.0Eclipse Distribution License - v 1.0
org.ojalgo ojalgo 46.1.0 jar MIT
org.sim0mq sim0mq 0.05.00 jar BSD-style license
org.zeromq jeromq 0.4.3 jar Mozilla Public License version 2.0
org.zeromq jnacl 0.1.0 jar The BSD 2-Clause License
xerces xercesImpl 2.12.0 jar The Apache Software License, Version 2.0
xml-apis xml-apis 1.4.01 jar The Apache Software License, Version 2.0The SAX LicenseThe W3C License
xmlpull xmlpull 1.1.3.1 jar Public Domain
xpp3 xpp3_min 1.1.4c jar Indiana University Extreme! Lab Software License, vesion 1.1.1Public 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.6.14 jar The Apache Software License, Version 2.0
net.bytebuddy byte-buddy-agent 1.6.14 jar The Apache Software License, Version 2.0
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.javassist javassist 3.21.0-GA jar MPL 1.1LGPL 2.1Apache License 2.0
org.mockito mockito-core 2.8.9 jar The MIT License
org.objenesis objenesis 2.5 jar Apache 2
org.powermock powermock-api-mockito-common 1.7.4 jar The Apache Software License, Version 2.0
org.powermock powermock-api-support 1.7.4 jar The Apache Software License, Version 2.0
org.powermock powermock-core 1.7.4 jar The Apache Software License, Version 2.0
org.powermock powermock-module-junit4-common 1.7.4 jar The Apache Software License, Version 2.0
org.powermock powermock-reflect 1.7.4 jar The Apache Software License, Version 2.0

Project Dependency Graph

Dependency Tree

Licenses

Mozilla Public License version 2.0: JeroMQ

Eclipse Public License 1.0: JUnit

BSD-style license: DJUNITS, DJUTILS - Delft Java Utilities, DSOL Animation classes, DSOL core project, DSOL event project, DSOL introspection of classes, DSOL version 3, base classes, DSOL version 3, interpreter classes, Federated simulaton over 0MQ bus, Naming project for DSOL, OTS Road parser for XML files, OTS XSD schema definitions, OTS drawing classes using Swing, OTS generic animation classes, OTS traffic control, Open Traffic Sim Sim0MQ Road module, Open Traffic Sim Sim0MQ bus linkage, Open Traffic Sim base classes, Open Traffic Sim core classes, Open Traffic Sim road classes, OpenTrafficSim KPI Module

New BSD License: Hamcrest Core

Apache 2: Joda-Money, Objenesis

BSD style: XStream Core

Eclipse Publish License, Version 1.0: org.locationtech.jts:jts-core

Public domain, Sun Microsoystems: Dough Lea's util.concurrent package

Similar to Apache License but with the acknowledgment clause removed: JDOM

Unknown: "Java Concurrency in Practice" book annotations, colt, j3d-core, vecmath

Apache License 2.0: Javassist

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

The MIT License: mockito-core

Apache License, Version 2.0: Apache Commons Compress

MPL 1.1: Javassist

The SAX License: XML Commons External Components XML APIs

Eclipse Public License (EPL) 1.0: JGraphT - Core

The BSD 2-Clause License: org.zeromq:jnacl

The W3C License: XML Commons External Components XML APIs

Indiana University Extreme! Lab Software License, vesion 1.1.1: MXP1: Xml Pull Parser 3rd Edition (XPP3)

Public Domain: MXP1: Xml Pull Parser 3rd Edition (XPP3), XML Pull Parsing API

GNU Lesser Public License: FindBugs-Annotations

MIT: ojAlgo

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

LGPL 2.1: Javassist

GNU Lesser General Public Licence: JFreeChart

The Apache Software License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy Java agent, FindBugs-jsr305, PowerMock, XML Commons External Components XML APIs, Xerces2-j, tinylog

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
colt-1.2.0.jar 581.9 kB 623 593 24 1.2 No
annotations-3.0.1u2.jar 40.4 kB 85 63 5 1.5 Yes
jsr305-3.0.1.jar 19.9 kB 46 35 3 1.5 Yes
xstream-1.4.10.jar 589.8 kB 505 473 23 1.8 Yes
concurrent-1.3.4.jar 189.3 kB 230 221 2 1.1 No
dsol-animation-3.03.06.jar 71.9 kB 66 44 7 1.8 Yes
dsol-base-3.03.06.jar 41 kB 53 33 9 1.8 Yes
dsol-core-3.03.06.jar 550 kB 569 526 31 1.8 Yes
dsol-event-3.03.06.jar 25.1 kB 34 20 4 1.8 Yes
dsol-interpreter-3.03.06.jar 250.6 kB 267 250 6 1.8 Yes
dsol-introspection-3.03.06.jar 15.7 kB 24 11 3 1.8 Yes
dsol-naming-3.03.06.jar 37.3 kB 34 21 3 1.8 Yes
j3d-core-1.5.1.jar 3 MB 520 506 1 1.5 Yes
vecmath-1.5.1.jar 325.6 kB 58 47 1 1.5 Yes
junit-4.12.jar 314.9 kB 323 286 30 1.5 Yes
byte-buddy-1.6.14.jar 2.8 MB 1957 1908 36 1.6 Yes
byte-buddy-agent-1.6.14.jar 42.9 kB 39 29 1 1.6 Yes
jcip-annotations-1.0.jar 2.3 kB 9 4 1 1.5 No
ots-animation-1.02.01.jar 55 kB 55 37 5 1.8 Yes
ots-base-1.02.01.jar 69.5 kB 74 59 5 1.8 Yes
ots-core-1.02.01.jar 471.4 kB 346 299 23 1.8 Yes
ots-draw-1.02.01.jar 210.4 kB 138 119 9 1.8 Yes
ots-kpi-1.02.01.jar 93.4 kB 67 52 5 1.8 Yes
ots-parser-xml-1.02.01.jar 219.9 kB 96 79 5 1.8 Yes
ots-road-1.02.01.jar 953.1 kB 581 516 39 1.8 Yes
ots-sim0mq-1.02.01.jar 2.2 kB 11 1 1 1.8 Yes
ots-trafficcontrol-1.02.01.jar 75.9 kB 45 33 3 1.8 Yes
ots-xsd-1.02.01.jar 285.3 kB 281 240 3 1.8 Yes
commons-compress-1.18.jar 591.7 kB 377 336 29 1.7 Yes
djunits-3.01.02.jar 1.1 MB 639 597 14 1.8 Yes
djutils-1.00.05.jar 115.7 kB 79 51 8 1.8 Yes
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes
javassist-3.21.0-GA.jar 734.8 kB 423 399 17 1.6 Yes
jdom2-2.0.6.jar 304.9 kB 215 195 15 1.5 Yes
jfreechart-1.5.0.jar 1.6 MB 752 661 40 1.6 Yes
jgrapht-core-1.2.0.jar 725.9 kB 459 423 28 1.8 Yes
joda-money-0.12.jar 63.8 kB 43 29 2 1.6 Yes
jts-core-1.16.0.jar 844 kB 597 534 54 1.8 Yes
mockito-core-2.8.9.jar 531.8 kB 573 505 62 1.6 Yes
objenesis-2.5.jar 54.4 kB 58 43 9 1.5 Yes
ojalgo-46.1.0.jar 1.7 MB 1368 1322 38 1.8 Yes
powermock-api-mockito-common-1.7.4.jar 35.7 kB 45 30 7 1.6 Yes
powermock-api-mockito2-1.7.4.jar 58.8 kB 71 44 16 1.6 Yes
powermock-api-support-1.7.4.jar 23 kB 27 15 5 1.6 Yes
powermock-core-1.7.4.jar 145.6 kB 149 121 21 1.6 Yes
powermock-module-junit4-1.7.4.jar 47.7 kB 35 25 3 1.6 Yes
powermock-module-junit4-common-1.7.4.jar 17.9 kB 19 9 2 1.6 Yes
powermock-reflect-1.7.4.jar 65.5 kB 50 37 8 1.6 Yes
sim0mq-0.05.00.jar 132.6 kB 86 30 9 1.8 Yes
tinylog-1.3.5.jar 107.3 kB 108 95 5 1.6 No
jeromq-0.4.3.jar 429.1 kB 346 312 26 1.7 Yes
jnacl-0.1.0.jar 19.3 kB 20 9 2 1.6 Yes
xercesImpl-2.12.0.jar 1.4 MB 1045 962 40 1.3 No
xml-apis-1.4.01.jar 220.5 kB 391 346 29 1.1 No
xmlpull-1.1.3.1.jar 7.2 kB 10 4 1 1.2 Yes
xpp3_min-1.1.4c.jar 25 kB 12 3 2 1.1 Yes
Total Size Entries Classes Packages Java Version Debug Information
56 22.4 MB 15185 13687 783 1.8 50
compile: 42 compile: 17.5 MB compile: 11364 compile: 10191 compile: 563 - compile: 36
test: 14 test: 4.9 MB test: 3821 test: 3496 test: 220 - test: 14