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 |
---|---|---|---|---|
de.learnlib | learnlib-api | 0.17.0 | jar | Apache License, Version 2.0 |
de.learnlib | learnlib-counterexamples | 0.17.0 | jar | Apache License, Version 2.0 |
de.learnlib | learnlib-datastructure-dt | 0.17.0 | jar | Apache License, Version 2.0 |
de.learnlib | learnlib-util | 0.17.0 | jar | Apache License, Version 2.0 |
net.automatalib | automata-api | 0.11.0 | jar | Apache License, Version 2.0 |
net.automatalib | automata-commons-smartcollections | 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 |
---|---|---|---|---|
de.learnlib | learnlib-equivalence-oracles | 0.17.0 | jar | Apache License, Version 2.0 |
de.learnlib | learnlib-membership-oracles | 0.17.0 | jar | Apache License, Version 2.0 |
de.learnlib.testsupport | learnlib-learner-it-support | 0.17.0 | jar | Apache License, Version 2.0 |
de.learnlib.testsupport | learnlib-learning-examples | 0.17.0 | jar | Apache License, Version 2.0 |
net.automatalib | automata-serialization-dot | 0.11.0 | jar | Apache License, Version 2.0 |
org.testng | testng | 7.5.1 | 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 |
---|---|---|---|---|
com.github.misberner.buildergen | buildergen | 0.1 | 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 |
---|---|---|---|---|
com.google.errorprone | error_prone_annotations | 2.18.0 | jar | Apache 2.0 |
com.google.guava | failureaccess | 1.0.1 | jar | The Apache Software License, Version 2.0 |
com.google.guava | guava | 32.1.2-jre | jar | Apache 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 |
de.learnlib | learnlib-datastructure-list | 0.17.0 | jar | Apache License, Version 2.0 |
de.learnlib | learnlib-statistics | 0.17.0 | jar | Apache License, Version 2.0 |
net.automatalib | automata-commons-util | 0.11.0 | jar | Apache License, Version 2.0 |
net.automatalib | automata-util | 0.11.0 | jar | 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:
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.antlr | antlr-runtime | 3.3 | jar | - |
org.antlr | stringtemplate | 4.0.2 | jar | BSD licence |
Project Dependency Graph
Dependency Tree
- de.learnlib:learnlib-observation-pack:jar:0.17.0
- de.learnlib:learnlib-api:jar:0.17.0 (compile)
- net.automatalib:automata-commons-util:jar:0.11.0 (compile)
- org.slf4j:slf4j-api:jar:2.0.9 (compile)
- de.learnlib:learnlib-counterexamples:jar:0.17.0 (compile)
- de.learnlib:learnlib-datastructure-dt:jar:0.17.0 (compile)
- de.learnlib:learnlib-datastructure-list:jar:0.17.0 (compile)
- com.google.guava:guava:jar:32.1.2-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.18.0 (compile)
- com.google.j2objc:j2objc-annotations:jar:2.8 (compile)
- net.automatalib:automata-util:jar:0.11.0 (compile)
- de.learnlib:learnlib-util:jar:0.17.0 (compile)
- de.learnlib:learnlib-statistics:jar:0.17.0 (compile)
- net.automatalib:automata-api:jar:0.11.0 (compile)
- net.automatalib:automata-core:jar:0.11.0 (compile)
- net.automatalib:automata-commons-smartcollections:jar:0.11.0 (compile)
- org.checkerframework:checker-qual:jar:3.7.0 (compile)
- com.github.misberner.buildergen:buildergen:jar:0.1 (provided)
- org.antlr:stringtemplate:jar:4.0.2 (provided)
- org.antlr:antlr-runtime:jar:3.3 (provided)
- org.antlr:stringtemplate:jar:4.0.2 (provided)
- de.learnlib:learnlib-equivalence-oracles:jar:0.17.0 (test)
- de.learnlib.testsupport:learnlib-learner-it-support:jar:0.17.0 (test)
- de.learnlib:learnlib-cache:jar:0.17.0 (test)
- net.automatalib:automata-incremental:jar:0.11.0 (test)
- de.learnlib:learnlib-drivers-simulator:jar:0.17.0 (test)
- de.learnlib.testsupport:learnlib-test-support:jar:0.17.0 (test)
- com.thoughtworks.xstream:xstream:jar:1.4.20 (test)
- io.github.x-stream:mxparser:jar:1.2.2 (test)
- xmlpull:xmlpull:jar:1.1.3.1 (test)
- io.github.x-stream:mxparser:jar:1.2.2 (test)
- org.mockito:mockito-core:jar:4.11.0 (test)
- net.bytebuddy:byte-buddy:jar:1.12.19 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.12.19 (test)
- org.objenesis:objenesis:jar:3.3 (test)
- com.thoughtworks.xstream:xstream:jar:1.4.20 (test)
- de.learnlib:learnlib-cache:jar:0.17.0 (test)
- de.learnlib.testsupport:learnlib-learning-examples:jar:0.17.0 (test)
- net.automatalib:automata-serialization-learnlibv2:jar:0.11.0 (test)
- de.learnlib:learnlib-membership-oracles:jar:0.17.0 (test)
- net.automatalib:automata-serialization-dot:jar:0.11.0 (test)
- net.automatalib:automata-serialization-core: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)
- de.learnlib:learnlib-api:jar:0.17.0 (compile)
Licenses
Unknown: Antlr 3 Runtime
Apache 2.0: error-prone annotations
MIT License: SLF4J API Module, jquery
The MIT License: Checker Qual, mockito-core
BSD-3-Clause: XStream Core
Apache License, Version 2.0: AutomataLib :: API, AutomataLib :: Commons :: Smart Collections, AutomataLib :: Commons :: Utilities, AutomataLib :: Core, AutomataLib :: Incremental, AutomataLib :: Serialization :: Core, AutomataLib :: Serialization :: DOT, AutomataLib :: Serialization :: LearnLibV2, AutomataLib :: Utilities, Byte Buddy (without dependencies), Byte Buddy agent, Guava: Google Core Libraries for Java, J2ObjC Annotations, LearnLib :: API, LearnLib :: Algorithms :: Observation Pack, LearnLib :: Commons :: Counterexamples, LearnLib :: Commons :: Util, LearnLib :: Datastructures :: Discrimination Tree, LearnLib :: Datastructures :: List, LearnLib :: Drivers :: Simulator, LearnLib :: Filters :: Cache, LearnLib :: Filters :: Statistics, LearnLib :: Oracles :: Equivalence Oracles, LearnLib :: Oracles :: Membership Oracles, LearnLib :: Test Support :: Learner IT Support, LearnLib :: Test Support :: Learning Examples, LearnLib :: Test Support :: Test Support, Objenesis, jcommander, testng
Public Domain: XML Pull Parsing API
Indiana University Extreme! Lab Software License: MXParser
BSD licence: ANTLR StringTemplate 4.0.2
The Apache Software License, Version 2.0: BuilderGen, 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 |
buildergen-0.1.jar | 28.8 kB | 29 | 11 | 2 | 1.7 | Yes |
jsr305-3.0.1.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
error_prone_annotations-2.18.0.jar | 16 kB | 38 | 26 | 2 | 1.8 | Yes |
failureaccess-1.0.1.jar | 4.6 kB | 15 | 2 | 1 | 1.7 | Yes |
guava-32.1.2-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 |
xstream-1.4.20.jar | 644.6 kB | 530 | 498 | 23 | 1.8 | Yes |
learnlib-api-0.17.0.jar | 59 kB | 110 | 93 | 9 | 1.8 | Yes |
learnlib-cache-0.17.0.jar | 54.6 kB | 54 | 39 | 5 | 1.8 | Yes |
learnlib-counterexamples-0.17.0.jar | 28.7 kB | 39 | 28 | 2 | 1.8 | Yes |
learnlib-datastructure-dt-0.17.0.jar | 28.8 kB | 31 | 18 | 3 | 1.8 | Yes |
learnlib-datastructure-list-0.17.0.jar | 5.6 kB | 15 | 4 | 1 | 1.8 | Yes |
learnlib-drivers-simulator-0.17.0.jar | 8.9 kB | 17 | 6 | 1 | 1.8 | Yes |
learnlib-equivalence-oracles-0.17.0.jar | 75.5 kB | 75 | 59 | 6 | 1.8 | Yes |
learnlib-membership-oracles-0.17.0.jar | 24.9 kB | 31 | 20 | 1 | 1.8 | Yes |
learnlib-statistics-0.17.0.jar | 25.1 kB | 38 | 24 | 4 | 1.8 | Yes |
learnlib-util-0.17.0.jar | 26.1 kB | 32 | 18 | 5 | 1.8 | Yes |
learnlib-learner-it-support-0.17.0.jar | 79.5 kB | 76 | 64 | 2 | 1.8 | Yes |
learnlib-learning-examples-0.17.0.jar | 1.3 MB | 82 | 58 | 9 | 1.8 | Yes |
learnlib-test-support-0.17.0.jar | 4.5 kB | 12 | 2 | 1 | 1.8 | Yes |
mxparser-1.2.2.jar | 29.7 kB | 16 | 1 | 1 | 1.4 | 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-incremental-0.11.0.jar | 120.2 kB | 93 | 74 | 10 | 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-serialization-learnlibv2-0.11.0.jar | 6.3 kB | 12 | 1 | 1 | 1.8 | Yes |
automata-util-0.11.0.jar | 412.2 kB | 277 | 233 | 34 | 1.8 | Yes |
byte-buddy-1.12.19.jar | 4 MB | 2742 | 2688 | 39 | 9 | Yes |
byte-buddy-agent-1.12.19.jar | 256.4 kB | 90 | 70 | 3 | 9 | Yes |
antlr-runtime-3.3.jar | 163.6 kB | 129 | 116 | 4 | 1.4 | Yes |
stringtemplate-4.0.2.jar | 226.4 kB | 139 | 125 | 5 | 1.4 | Yes |
checker-qual-3.7.0.jar | 226.2 kB | 402 | 337 | 35 | 1.8 | Yes |
mockito-core-4.11.0.jar | 684.9 kB | 651 | 579 | 64 | 1.8 | Yes |
objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 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 | - | - |
xmlpull-1.1.3.1.jar | 7.2 kB | 10 | 4 | 1 | 1.2 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
43 | 13.6 MB | 9399 | 8509 | 410 | 9 | 41 |
compile: 18 | compile: 4.5 MB | compile: 3743 | compile: 3348 | compile: 185 | 9 | compile: 17 |
provided: 3 | provided: 418.9 kB | provided: 297 | provided: 252 | provided: 11 | provided: 3 | |
test: 22 | test: 8.7 MB | test: 5359 | test: 4909 | test: 214 | 9 | test: 21 |