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.18.0 | jar | Apache License, Version 2.0 |
de.learnlib | learnlib-util | 0.18.0 | jar | Apache License, Version 2.0 |
net.automatalib | automata-api | 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 |
---|---|---|---|---|
de.learnlib.testsupport | learnlib-test-support | 0.18.0 | jar | Apache License, Version 2.0 |
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.mockito | mockito-core | 5.14.2 | jar | MIT |
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 |
---|---|---|---|---|
de.learnlib.tooling | annotations | 0.1.1 | jar | Apache License, Version 2.0 |
org.checkerframework | checker-qual | 3.48.3 | 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 |
---|---|---|---|---|
de.learnlib | learnlib-statistics | 0.18.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 |
net.automatalib | automata-commons-util | 0.12.0 | jar | Apache License, Version 2.0 |
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:
Project Dependency Graph
Dependency Tree
- de.learnlib:learnlib-emptiness-oracles:jar:0.18.0
- de.learnlib:learnlib-api:jar:0.18.0 (compile)
- net.automatalib:automata-commons-util:jar:0.12.0 (compile)
- org.slf4j:slf4j-api:jar:2.0.16 (compile)
- net.automatalib:automata-commons-util:jar:0.12.0 (compile)
- de.learnlib:learnlib-util:jar:0.18.0 (compile)
- de.learnlib:learnlib-statistics:jar:0.18.0 (compile)
- de.learnlib:learnlib-statistics:jar:0.18.0 (compile)
- org.checkerframework:checker-qual:jar:3.48.3 (provided)
- 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)
- de.learnlib.tooling:annotations:jar:0.1.1 (provided)
- de.learnlib.testsupport:learnlib-test-support:jar:0.18.0 (test)
- de.learnlib:learnlib-drivers-simulator:jar:0.18.0 (test)
- de.learnlib:learnlib-membership-oracles:jar:0.18.0 (test)
- de.learnlib.testsupport:learnlib-learning-examples:jar:0.18.0 (test)
- net.automatalib:automata-serialization-learnlibv2:jar:0.12.0 (test)
- net.automatalib:automata-serialization-learnlibv2:jar:0.12.0 (test)
- org.apache.fury:fury-core:jar:0.9.0 (test)
- com.google.guava:guava:jar:33.4.0-jre (test)
- com.google.guava:failureaccess:jar:1.0.2 (test)
- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (test)
- com.google.code.findbugs:jsr305:jar:3.0.2 (test)
- com.google.errorprone:error_prone_annotations:jar:2.36.0 (test)
- com.google.j2objc:j2objc-annotations:jar:3.0.0 (test)
- com.google.guava:failureaccess:jar:1.0.2 (test)
- com.google.guava:guava:jar:33.4.0-jre (test)
- de.learnlib:learnlib-drivers-simulator:jar:0.18.0 (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)
- org.mockito:mockito-core:jar:5.14.2 (test)
- net.bytebuddy:byte-buddy:jar:1.15.4 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.15.4 (test)
- org.objenesis:objenesis:jar:3.3 (test)
- net.bytebuddy:byte-buddy:jar:1.15.4 (test)
- de.learnlib:learnlib-api:jar:0.18.0 (compile)
Licenses
The Apache License, Version 2.0: fury-core
Apache 2.0: error-prone annotations
MIT License: SLF4J API Module, jquery
The MIT License: Checker Qual
Apache License, Version 2.0: AutomataLib :: API, AutomataLib :: Commons :: Settings, AutomataLib :: Commons :: Smart Collections, AutomataLib :: Commons :: Utilities, AutomataLib :: Core, AutomataLib :: Serialization :: LearnLibV2, AutomataLib :: Utilities, Build Tools :: Annotations, Byte Buddy (without dependencies), Byte Buddy agent, Guava: Google Core Libraries for Java, J2ObjC Annotations, LearnLib :: API, LearnLib :: Commons :: Util, LearnLib :: Drivers :: Simulator, LearnLib :: Filters :: Statistics, LearnLib :: Oracles :: Emptiness Oracles, LearnLib :: Oracles :: Membership Oracles, LearnLib :: Test Support :: Learning Examples, LearnLib :: Test Support :: Test Support, Objenesis, jcommander, testng
MIT: mockito-core
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.82.jar | 88.4 kB | 84 | 73 | 7 | 1.8 | 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 |
learnlib-api-0.18.0.jar | 62.5 kB | 114 | 98 | 9 | 1.8 | Yes |
learnlib-drivers-simulator-0.18.0.jar | 9.4 kB | 18 | 7 | 2 | 1.8 | Yes |
learnlib-membership-oracles-0.18.0.jar | 26.9 kB | 32 | 21 | 2 | 1.8 | Yes |
learnlib-statistics-0.18.0.jar | 24.4 kB | 36 | 22 | 5 | 1.8 | Yes |
learnlib-util-0.18.0.jar | 27.5 kB | 34 | 20 | 6 | 1.8 | Yes |
learnlib-learning-examples-0.18.0.jar | 1.3 MB | 83 | 58 | 10 | 1.8 | Yes |
learnlib-test-support-0.18.0.jar | 20.5 kB | 23 | 13 | 2 | 1.8 | Yes |
annotations-0.1.1.jar | 9.6 kB | 26 | 12 | 4 | 1.8 | 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-serialization-learnlibv2-0.12.0.jar | 6.6 kB | 13 | 2 | 2 | 1.8 | Yes |
automata-util-0.12.0.jar | 431.7 kB | 285 | 243 | 33 | 1.8 | Yes |
byte-buddy-1.15.4.jar | 4.2 MB | 2955 | - | - | - | - |
• Root | - | 2953 | 2900 | 38 | 1.6 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
byte-buddy-agent-1.15.4.jar | 262.8 kB | 93 | - | - | - | - |
• Root | - | 91 | 72 | 2 | 1.5 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
fury-core-0.9.0.jar | 1.9 MB | 1185 | 1106 | 43 | 1.8 | Yes |
checker-qual-3.48.3.jar | 238.6 kB | 454 | 381 | 33 | 1.8 | Yes |
mockito-core-5.14.2.jar | 707.7 kB | 646 | 574 | 64 | 11 | Yes |
objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 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 |
31 | 14.5 MB | 9689 | 8879 | 396 | 11 | 29 |
compile: 8 | compile: 583.8 kB | compile: 747 | compile: 595 | compile: 78 | 1.8 | compile: 8 |
provided: 2 | provided: 248.3 kB | provided: 480 | provided: 393 | provided: 37 | provided: 2 | |
test: 21 | test: 13.6 MB | test: 8462 | test: 7891 | test: 281 | 11 | test: 19 |