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.guava guava 27.0-jre jar The Apache Software License, Version 2.0
net.automatalib automata-api 0.8.0 jar Apache License, Version 2.0
net.automatalib automata-commons-smartcollections 0.8.0 jar Apache License, Version 2.0
net.automatalib automata-commons-util 0.8.0 jar Apache License, Version 2.0
net.automatalib automata-core 0.8.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
org.testng testng 6.14.3 jar Apache 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 Optional
com.github.misberner.duzzt duzzt-processor 0.1.0 jar The Apache Software License, Version 2.0 No
javax.annotation javax.annotation-api 1.3.2 jar CDDL + GPLv2 with classpath exception Yes

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.2.0 jar Apache 2.0
com.google.guava failureaccess 1.0 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 1.1 jar The Apache Software License, Version 2.0
org.checkerframework checker-qual 2.5.2 jar The MIT License
org.codehaus.mojo animal-sniffer-annotations 1.17 jar MIT license
org.slf4j slf4j-api 1.7.25 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.72 jar Apache 2.0
org.apache-extras.beanshell bsh 2.0b6 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
antlr antlr 2.7.7 jar BSD License
com.github.misberner.ap-commons ap-commons 0.0.2 jar The Apache Software License, Version 2.0
com.github.misberner.duzzt duzzt-annotations 0.1.0 jar The Apache Software License, Version 2.0
dk.brics.automaton automaton 1.11-8 jar BSD
org.antlr ST4 4.0.7 jar BSD licence
org.antlr antlr-runtime 3.5 jar BSD licence
org.antlr stringtemplate 3.2.1 jar BSD licence

Project Dependency Graph

Dependency Tree

  • net.automatalib:automata-util:jar:0.8.0 [Information]
    • net.automatalib:automata-commons-util:jar:0.8.0 (compile) [Information]
    • net.automatalib:automata-commons-smartcollections:jar:0.8.0 (compile) [Information]
    • net.automatalib:automata-api:jar:0.8.0 (compile) [Information]
    • net.automatalib:automata-core:jar:0.8.0 (compile) [Information]
    • com.github.misberner.duzzt:duzzt-processor:jar:0.1.0 (provided) [Information]
      • org.antlr:ST4:jar:4.0.7 (provided) [Information]
        • org.antlr:antlr-runtime:jar:3.5 (provided) [Information]
          • org.antlr:stringtemplate:jar:3.2.1 (provided) [Information]
            • antlr:antlr:jar:2.7.7 (provided) [Information]
      • dk.brics.automaton:automaton:jar:1.11-8 (provided) [Information]
      • com.github.misberner.ap-commons:ap-commons:jar:0.0.2 (provided) [Information]
      • com.github.misberner.duzzt:duzzt-annotations:jar:0.1.0 (provided) [Information]
    • com.google.guava:guava:jar:27.0-jre (compile) [Information]
      • com.google.guava:failureaccess:jar:1.0 (compile) [Information]
      • com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (compile) [Information]
      • org.checkerframework:checker-qual:jar:2.5.2 (compile) [Information]
      • com.google.errorprone:error_prone_annotations:jar:2.2.0 (compile) [Information]
      • com.google.j2objc:j2objc-annotations:jar:1.1 (compile) [Information]
      • org.codehaus.mojo:animal-sniffer-annotations:jar:1.17 (compile) [Information]
    • com.google.code.findbugs:jsr305:jar:3.0.2 (compile) [Information]
    • javax.annotation:javax.annotation-api:jar:1.3.2 (provided) [Information]
    • org.testng:testng:jar:6.14.3 (test) [Information]
      • com.beust:jcommander:jar:1.72 (test) [Information]
      • org.apache-extras.beanshell:bsh:jar:2.0b6 (test) [Information]

Licenses

BSD: Automaton

BSD License: AntLR Parser Generator

Apache 2.0: error-prone annotations, jcommander, testng

MIT License: SLF4J API Module

The MIT License: Checker Qual

Apache License, Version 2.0: AutomataLib :: API, AutomataLib :: Commons :: Smart Collections, AutomataLib :: Commons :: Utilities, AutomataLib :: Core, AutomataLib :: Utilities, BeanShell

CDDL + GPLv2 with classpath exception: javax.annotation API

MIT license: Animal Sniffer Annotations

BSD licence: ANTLR 3 Runtime, ANTLR StringTemplate, StringTemplate 4

The Apache Software License, Version 2.0: Annotation Processing Commons, Duzzt :: Annotations, Duzzt :: Processor, FindBugs-jsr305, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, Guava: Google Core Libraries for Java, J2ObjC Annotations

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
antlr-2.7.7.jar 445.3 kB 239 224 12 1.2 Yes
jcommander-1.72.jar 69.3 kB 67 65 5 1.7 Yes
ap-commons-0.0.2.jar 48.4 kB 48 29 8 1.7 Yes
duzzt-annotations-0.1.0.jar 4.9 kB 16 4 1 1.7 No
duzzt-processor-0.1.0.jar 79.3 kB 73 51 8 1.7 Yes
jsr305-3.0.2.jar 19.9 kB 46 35 3 1.5 Yes
error_prone_annotations-2.2.0.jar 13.7 kB 34 22 2 1.7 No
failureaccess-1.0.jar 3.7 kB 15 2 1 1.7 Yes
guava-27.0-jre.jar 2.7 MB 1988 1957 19 1.8 Yes
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar 2.2 kB 7 0 0 - No
j2objc-annotations-1.1.jar 8.8 kB 23 12 1 1.5 Yes
automaton-1.11-8.jar 176.3 kB 206 25 1 1.5 No
automata-api-0.8.0.jar 163.7 kB 215 180 25 1.8 Yes
automata-commons-smartcollections-0.8.0.jar 41.9 kB 45 34 1 1.8 Yes
automata-commons-util-0.8.0.jar 97.5 kB 113 85 17 1.8 Yes
automata-core-0.8.0.jar 139.8 kB 139 99 20 1.8 Yes
ST4-4.0.7.jar 236.1 kB 144 130 5 1.5 Yes
antlr-runtime-3.5.jar 167.7 kB 130 117 4 1.5 Yes
stringtemplate-3.2.1.jar 148.6 kB 78 60 3 1.4 Yes
bsh-2.0b6.jar 389 kB 247 164 9 1.5 Yes
checker-qual-2.5.2.jar 193.3 kB 358 302 31 1.8 Yes
animal-sniffer-annotations-1.17.jar 3.4 kB 12 1 1 1.7 No
slf4j-api-1.7.25.jar 41.2 kB 46 34 4 1.5 Yes
testng-6.14.3.jar 839.9 kB 658 574 24 1.7 Yes
javax.annotation-api-1.3.2.jar 26.6 kB 29 15 3 1.8 Yes
Total Size Entries Classes Packages Java Version Debug Information
25 6.1 MB 4976 4221 208 1.8 20
compile: 13 compile: 3.5 MB compile: 3041 compile: 2763 compile: 125 - compile: 10
test: 3 test: 1.3 MB test: 972 test: 803 test: 38 - test: 3
provided: 9 provided: 1.3 MB provided: 963 provided: 655 provided: 45 - provided: 7