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.github.misberner.graphviz-awt-shapes | graphviz-awt-shapes | 0.0.1 | jar | The BSD License |
com.google.guava | guava | 33.4.0-jre | jar | Apache License, Version 2.0 |
net.automatalib | automata-api | 0.12.0 | jar | Apache License, Version 2.0 |
net.automatalib | automata-commons-util | 0.12.0 | jar | Apache License, Version 2.0 |
net.sf.jung | jung-algorithms | 2.1.1 | jar | The BSD License |
net.sf.jung | jung-api | 2.1.1 | jar | The BSD License |
net.sf.jung | jung-graph-impl | 2.1.1 | jar | The BSD License |
net.sf.jung | jung-visualization | 2.1.1 | jar | The BSD License |
org.slf4j | slf4j-api | 2.0.16 | jar | MIT 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 |
---|---|---|---|---|
com.github.caciocavallosilano | cacio-tta | 1.11.1 | jar | GPL2 with classpath exception |
net.automatalib | automata-core | 0.12.0 | jar | Apache License, Version 2.0 |
net.automatalib | automata-util | 0.12.0 | jar | Apache License, Version 2.0 |
org.testng | testng | 7.10.2 | jar | Apache License, Version 2.0 |
provided
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
org.checkerframework | checker-qual | 3.48.3 | jar | The MIT License |
org.kohsuke.metainf-services | metainf-services | 1.11 | jar | 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.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 |
com.google.errorprone | error_prone_annotations | 2.36.0 | jar | Apache 2.0 |
com.google.guava | failureaccess | 1.0.2 | jar | The Apache Software License, Version 2.0 |
com.google.guava | listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava | jar | The Apache Software License, Version 2.0 |
com.google.j2objc | j2objc-annotations | 3.0.0 | jar | Apache License, Version 2.0 |
net.automatalib | automata-commons-settings | 0.12.0 | jar | Apache License, Version 2.0 |
net.automatalib | automata-commons-smartcollections | 0.12.0 | jar | Apache 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 |
---|---|---|---|---|
com.beust | jcommander | 1.82 | jar | Apache License, Version 2.0 |
com.github.caciocavallosilano | cacio-shared | 1.11.1 | jar | GPL2 with classpath exception |
com.jidesoft | jide-oss | 3.5.11 | jar | GPL with classpath exceptionFree commercial license |
junit | junit | 4.10 | jar | Common Public License Version 1.0 |
org.assertj | assertj-core | 3.17.2 | jar | Apache License, Version 2.0 |
org.assertj | assertj-swing | 3.17.1 | jar | Apache License, Version 2.0 |
org.assertj | assertj-swing-junit | 3.9.2 | jar | Apache License, Version 2.0 |
org.easytesting | fest-reflect | 1.4.1 | jar | Apache License, Version 2.0 |
org.easytesting | fest-util | 1.2.5 | jar | Apache License, Version 2.0 |
org.hamcrest | hamcrest-core | 1.1 | jar | BSD style |
org.webjars | jquery | 3.7.1 | jar | MIT License |
Project Dependency Graph
Dependency Tree
- net.automatalib:automata-jung-visualizer:jar:0.12.0
- net.automatalib:automata-api:jar:0.12.0 (compile)
- net.automatalib:automata-commons-settings:jar:0.12.0 (compile)
- net.automatalib:automata-commons-smartcollections:jar:0.12.0 (compile)
- net.automatalib:automata-commons-settings:jar:0.12.0 (compile)
- net.automatalib:automata-commons-util:jar:0.12.0 (compile)
- com.github.misberner.graphviz-awt-shapes:graphviz-awt-shapes:jar:0.0.1 (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)
- 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)
- net.sf.jung:jung-algorithms:jar:2.1.1 (compile)
- net.sf.jung:jung-api:jar:2.1.1 (compile)
- net.sf.jung:jung-graph-impl:jar:2.1.1 (compile)
- net.sf.jung:jung-visualization:jar:2.1.1 (compile)
- org.slf4j:slf4j-api:jar:2.0.16 (compile)
- org.checkerframework:checker-qual:jar:3.48.3 (provided)
- org.kohsuke.metainf-services:metainf-services:jar:1.11 (provided)
- com.github.caciocavallosilano:cacio-tta:jar:1.11.1 (test)
- junit:junit:jar:4.10 (test)
- org.hamcrest:hamcrest-core:jar:1.1 (test)
- org.hamcrest:hamcrest-core:jar:1.1 (test)
- com.github.caciocavallosilano:cacio-shared:jar:1.11.1 (test)
- org.assertj:assertj-swing-junit:jar:3.9.2 (test)
- org.assertj:assertj-swing:jar:3.17.1 (test)
- org.assertj:assertj-core:jar:3.17.2 (test)
- org.easytesting:fest-util:jar:1.2.5 (test)
- org.assertj:assertj-core:jar:3.17.2 (test)
- org.easytesting:fest-reflect:jar:1.4.1 (test)
- org.assertj:assertj-swing:jar:3.17.1 (test)
- com.jidesoft:jide-oss:jar:3.5.11 (test)
- junit:junit:jar:4.10 (test)
- net.automatalib:automata-core:jar:0.12.0 (test)
- net.automatalib:automata-util:jar:0.12.0 (test)
- org.testng:testng:jar:7.10.2 (test)
- com.beust:jcommander:jar:1.82 (test)
- org.webjars:jquery:jar:3.7.1 (test)
- com.beust:jcommander:jar:1.82 (test)
- net.automatalib:automata-api:jar:0.12.0 (compile)
Licenses
BSD style: Hamcrest Core
GPL with classpath exception: JIDE Common Layer
The BSD License: GraphVIZ AWT Shapes, JUNG - API, JUNG - Algorithms, JUNG - Graph Implementations, JUNG - Visualization Support
Apache 2.0: error-prone annotations
GPL2 with classpath exception: Cacio Shared Module, CacioTAA Java Module
MIT License: SLF4J API Module, jquery
The MIT License: Checker Qual
Apache License, Version 2.0: AssertJ fluent assertions, AssertJ-Swing, AssertJ-Swing - JUnit Extension, AutomataLib :: API, AutomataLib :: Commons :: Settings, AutomataLib :: Commons :: Smart Collections, AutomataLib :: Commons :: Utilities, AutomataLib :: Core, AutomataLib :: Utilities, AutomataLib :: Visualization :: JUNG Visualizer, FEST Reflection, FEST Util, Guava: Google Core Libraries for Java, J2ObjC Annotations, jcommander, testng
Free commercial license: JIDE Common Layer
MIT license: META-INF/services generator
The Apache Software License, Version 2.0: FindBugs-jsr305, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only
Common Public License Version 1.0: JUnit
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
jcommander-1.82.jar | 88.4 kB | 84 | 73 | 7 | 1.8 | Yes |
cacio-shared-1.11.1.jar | 100.1 kB | 72 | 59 | 2 | 11 | Yes |
cacio-tta-1.11.1.jar | 23.4 kB | 31 | 18 | 2 | 11 | Yes |
graphviz-awt-shapes-0.0.1.jar | 21.8 kB | 37 | 21 | 3 | 1.7 | Yes |
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
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 |
jide-oss-3.5.11.jar | 1.9 MB | 1219 | 1067 | 27 | 1.5 | Yes |
junit-4.10.jar | 253.2 kB | 290 | 252 | 31 | 1.5 | Yes |
automata-api-0.12.0.jar | 230 kB | 288 | 249 | 31 | 1.8 | Yes |
automata-commons-settings-0.12.0.jar | 8.2 kB | 21 | 8 | 2 | 1.8 | Yes |
automata-commons-smartcollections-0.12.0.jar | 45.6 kB | 51 | 40 | 2 | 1.8 | Yes |
automata-commons-util-0.12.0.jar | 116.2 kB | 132 | 103 | 19 | 1.8 | Yes |
automata-core-0.12.0.jar | 170.5 kB | 171 | 133 | 16 | 1.8 | Yes |
automata-util-0.12.0.jar | 431.7 kB | 285 | 243 | 33 | 1.8 | Yes |
jung-algorithms-2.1.1.jar | 230.2 kB | 161 | 134 | 15 | 1.6 | Yes |
jung-api-2.1.1.jar | 42.2 kB | 52 | 38 | 3 | 1.6 | Yes |
jung-graph-impl-2.1.1.jar | 66 kB | 46 | 33 | 2 | 1.6 | Yes |
jung-visualization-2.1.1.jar | 359.9 kB | 261 | 238 | 12 | 1.6 | Yes |
assertj-core-3.17.2.jar | 4.8 MB | 3256 | - | - | - | - |
• Root | - | 3254 | 3178 | 61 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
assertj-swing-3.17.1.jar | 777.7 kB | 681 | 612 | 47 | 1.8 | Yes |
assertj-swing-junit-3.9.2.jar | 207.2 kB | 199 | 44 | 6 | 1.8 | Yes |
checker-qual-3.48.3.jar | 238.6 kB | 454 | 381 | 33 | 1.8 | Yes |
fest-reflect-1.4.1.jar | 45.6 kB | 59 | 38 | 11 | 1.6 | Yes |
fest-util-1.2.5.jar | 32.5 kB | 38 | 28 | 1 | 1.6 | Yes |
hamcrest-core-1.1.jar | 76.6 kB | 54 | 21 | 3 | 1.5 | Yes |
metainf-services-1.11.jar | 7.5 kB | 14 | 2 | 2 | 1.8 | Yes |
slf4j-api-2.0.16.jar | 69.4 kB | 71 | - | - | - | - |
• Root | - | 69 | 55 | 4 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
testng-7.10.2.jar | 987.8 kB | 594 | 547 | 25 | 11 | Yes |
jquery-3.7.1.jar | 307.9 kB | 18 | 0 | 0 | - | - |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
33 | 14.8 MB | 10842 | 9714 | 425 | 11 | 31 |
compile: 16 | compile: 4.3 MB | compile: 3323 | compile: 3018 | compile: 118 | 1.8 | compile: 15 |
provided: 2 | provided: 246.1 kB | provided: 468 | provided: 383 | provided: 35 | provided: 2 | |
test: 15 | test: 10.2 MB | test: 7051 | test: 6313 | test: 272 | 11 | test: 14 |