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.guava | guava | 32.1.3-jre | jar | Apache License, Version 2.0 |
info.scce | addlib-core | 3.0.1 | jar | 3-Clause BSD License |
net.automatalib | automata-api | 0.11.0 | jar | Apache License, Version 2.0 |
net.automatalib | automata-commons-util | 0.11.0 | jar | Apache License, Version 2.0 |
net.automatalib | automata-core | 0.11.0 | jar | Apache License, Version 2.0 |
org.checkerframework | checker-qual | 3.7.0 | jar | The 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 |
---|---|---|---|---|
info.scce | addlib-cudd | 3.0.1 | jar | 3-Clause BSD License |
net.automatalib | automata-serialization-dot | 0.11.0 | jar | Apache License, Version 2.0 |
net.automatalib | automata-util | 0.11.0 | jar | Apache License, Version 2.0 |
org.testng | testng | 7.5.1 | jar | Apache 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 |
---|---|---|---|---|
com.google.errorprone | error_prone_annotations | 2.21.1 | jar | Apache 2.0 |
com.google.guava | failureaccess | 1.0.1 | 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 | 2.8 | jar | Apache License, Version 2.0 |
info.scce | addlib-api | 3.0.1 | jar | 3-Clause BSD License |
info.scce | addlib-util | 3.0.1 | jar | 3-Clause BSD License |
net.automatalib | automata-commons-smartcollections | 0.11.0 | jar | Apache License, Version 2.0 |
org.abego.treelayout | org.abego.treelayout.core | 1.0.1 | jar | BSD 3-Clause "New" or "Revised" License (BSD-3-Clause) |
org.antlr | antlr4-runtime | 4.5 | jar | BSD 3-Clause License |
org.ejml | ejml-core | 0.41 | jar | The Apache License, Version 2.0 |
org.ejml | ejml-ddense | 0.41 | jar | The Apache License, Version 2.0 |
org.slf4j | slf4j-api | 2.0.9 | 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.beust | jcommander | 1.78 | jar | Apache License, Version 2.0 |
com.google.code.findbugs | jsr305 | 3.0.1 | jar | The Apache Software License, Version 2.0 |
net.automatalib | automata-serialization-core | 0.11.0 | jar | Apache License, Version 2.0 |
org.webjars | jquery | 3.5.1 | jar | MIT License |
Project Dependency Graph
Dependency Tree
- net.automatalib:automata-modelchecking-m3c:jar:0.11.0
- net.automatalib:automata-api:jar:0.11.0 (compile)
- net.automatalib:automata-commons-smartcollections:jar:0.11.0 (compile)
- net.automatalib:automata-commons-util:jar:0.11.0 (compile)
- org.slf4j:slf4j-api:jar:2.0.9 (compile)
- net.automatalib:automata-core:jar:0.11.0 (compile)
- com.google.guava:guava:jar:32.1.3-jre (compile)
- com.google.guava:failureaccess:jar:1.0.1 (compile)
- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (compile)
- com.google.errorprone:error_prone_annotations:jar:2.21.1 (compile)
- com.google.j2objc:j2objc-annotations:jar:2.8 (compile)
- info.scce:addlib-core:jar:3.0.1 (compile)
- info.scce:addlib-api:jar:3.0.1 (compile)
- info.scce:addlib-util:jar:3.0.1 (compile)
- org.ejml:ejml-core:jar:0.41 (compile)
- org.ejml:ejml-ddense:jar:0.41 (compile)
- org.antlr:antlr4-runtime:jar:4.5 (compile)
- org.abego.treelayout:org.abego.treelayout.core:jar:1.0.1 (compile)
- org.checkerframework:checker-qual:jar:3.7.0 (compile)
- info.scce:addlib-cudd:jar:3.0.1 (test)
- net.automatalib:automata-serialization-dot:jar:0.11.0 (test)
- net.automatalib:automata-serialization-core:jar:0.11.0 (test)
- net.automatalib:automata-util:jar:0.11.0 (test)
- org.testng:testng:jar:7.5.1 (test)
- com.google.code.findbugs:jsr305:jar:3.0.1 (test)
- com.beust:jcommander:jar:1.78 (test)
- org.webjars:jquery:jar:3.5.1 (test)
- net.automatalib:automata-api:jar:0.11.0 (compile)
Licenses
BSD 3-Clause License: ANTLR 4 Runtime
BSD 3-Clause "New" or "Revised" License (BSD-3-Clause): abego TreeLayout Core
3-Clause BSD License: ADDLib :: API, ADDLib :: CUDD, ADDLib :: Core, ADDLib :: Util
Apache 2.0: error-prone annotations
The Apache License, Version 2.0: EJML
MIT License: SLF4J API Module, jquery
The MIT License: Checker Qual
Apache License, Version 2.0: AutomataLib :: API, AutomataLib :: Commons :: Smart Collections, AutomataLib :: Commons :: Utilities, AutomataLib :: Core, AutomataLib :: Model Checking :: M3C, AutomataLib :: Serialization :: Core, AutomataLib :: Serialization :: DOT, AutomataLib :: Utilities, Guava: Google Core Libraries for Java, J2ObjC Annotations, jcommander, testng
The Apache Software License, Version 2.0: FindBugs-jsr305, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
jcommander-1.78.jar | 83.8 kB | 77 | 68 | 5 | 1.8 | Yes |
jsr305-3.0.1.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
error_prone_annotations-2.21.1.jar | 16.8 kB | 39 | 27 | 2 | 1.8 | Yes |
failureaccess-1.0.1.jar | 4.6 kB | 15 | 2 | 1 | 1.7 | Yes |
guava-32.1.3-jre.jar | 3 MB | 2060 | 2020 | 18 | 1.8 | Yes |
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar | 2.2 kB | 7 | 0 | 0 | - | - |
j2objc-annotations-2.8.jar | 9.3 kB | 24 | 13 | 1 | 1.7 | Yes |
addlib-api-3.0.1.jar | 20.7 kB | 33 | 18 | 5 | 1.8 | Yes |
addlib-core-3.0.1.jar | 274.8 kB | 208 | 179 | 19 | 1.8 | Yes |
addlib-cudd-3.0.1.jar | 2.8 MB | 32 | 5 | 2 | 1.8 | Yes |
addlib-util-3.0.1.jar | 4.7 kB | 13 | 2 | 1 | 1.8 | Yes |
automata-api-0.11.0.jar | 212.6 kB | 276 | 236 | 30 | 1.8 | Yes |
automata-commons-smartcollections-0.11.0.jar | 47.9 kB | 53 | 42 | 1 | 1.8 | Yes |
automata-commons-util-0.11.0.jar | 99.3 kB | 115 | 87 | 17 | 1.8 | Yes |
automata-core-0.11.0.jar | 162.8 kB | 144 | 115 | 17 | 1.8 | Yes |
automata-serialization-core-0.11.0.jar | 11.4 kB | 23 | 12 | 2 | 1.8 | Yes |
automata-serialization-dot-0.11.0.jar | 51.8 kB | 31 | 20 | 1 | 1.8 | Yes |
automata-util-0.11.0.jar | 412.2 kB | 277 | 233 | 34 | 1.8 | Yes |
org.abego.treelayout.core-1.0.1.jar | 25.5 kB | 36 | 19 | 6 | 1.5 | Yes |
antlr4-runtime-4.5.jar | 374 kB | 267 | 246 | 14 | 1.6 | Yes |
checker-qual-3.7.0.jar | 226.2 kB | 402 | 337 | 35 | 1.8 | Yes |
ejml-core-0.41.jar | 259 kB | 212 | 198 | 10 | 1.8 | Yes |
ejml-ddense-0.41.jar | 408.1 kB | 187 | 151 | 29 | 1.8 | Yes |
slf4j-api-2.0.9.jar | 64.6 kB | 67 | 52 | 5 | 9 | Yes |
testng-7.5.1.jar | 943.5 kB | 614 | 568 | 26 | 1.8 | Yes |
jquery-3.5.1.jar | 313.1 kB | 18 | 0 | 0 | - | - |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
26 | 9.9 MB | 5276 | 4685 | 284 | 9 | 24 |
compile: 18 | compile: 5.3 MB | compile: 4158 | compile: 3744 | compile: 211 | 9 | compile: 17 |
test: 8 | test: 4.6 MB | test: 1118 | test: 941 | test: 73 | 1.8 | test: 7 |