• 0.22.0

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 License
com.jcabi jcabi-log 0.20.1 jar BSD
com.qulice qulice-spi 0.22.0 jar BSD
net.sourceforge.pmd pmd-core 6.10.0 jar BSD-style
net.sourceforge.pmd pmd-java 6.10.0 jar BSD-style
org.cactoos cactoos 0.51.0 jar MIT

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupId ArtifactId Version Type License
net.sourceforge.pmd pmd-jsp 6.10.0 jar BSD-style

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 License
com.google.guava guava 31.1-jre jar Apache License, Version 2.0
com.jcabi jcabi-matchers 1.5.3 jar BSD
log4j log4j 1.2.17 jar The Apache Software License, Version 2.0
org.hamcrest hamcrest 2.2 jar BSD License 3
org.hamcrest hamcrest-core 2.2 jar BSD License 3
org.hamcrest hamcrest-library 2.2 jar BSD License 3
org.junit.jupiter junit-jupiter-api 5.3.1 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-engine 5.3.1 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-params 5.3.1 jar Eclipse Public License v2.0
org.mockito mockito-core 4.6.1 jar The MIT License
org.slf4j slf4j-log4j12 2.0.0-alpha5 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 License
com.beust jcommander 1.72 jar Apache 2.0
com.google.code.gson gson 2.5 jar The Apache Software License, Version 2.0
commons-io commons-io 2.11.0 jar Apache License, Version 2.0
net.java.dev.javacc javacc 5.0 jar Berkeley Software Distribution (BSD) License
net.sourceforge.saxon saxon 9.1.0.8 jar Mozilla Public License Version 1.0
org.antlr antlr4-runtime 4.9.2 jar The BSD License
org.apache.commons commons-lang3 3.12.0 jar Apache License, Version 2.0
org.ow2.asm asm 6.2.1 jar BSD
org.slf4j slf4j-api 2.0.0-alpha5 jar MIT License

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupId ArtifactId Version Classifier Type License
net.sourceforge.saxon saxon 9.1.0.8 dom jar Mozilla Public License Version 1.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 License
com.google.code.findbugs jsr305 3.0.2 jar The Apache Software License, Version 2.0
com.google.errorprone error_prone_annotations 2.11.0 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 1.3 jar The Apache Software License, Version 2.0
net.bytebuddy byte-buddy 1.12.10 jar Apache License, Version 2.0
net.bytebuddy byte-buddy-agent 1.12.10 jar Apache License, Version 2.0
org.apiguardian apiguardian-api 1.0.0 jar The Apache License, Version 2.0
org.checkerframework checker-qual 3.12.0 jar The MIT License
org.glassfish.jaxb jaxb-runtime 2.2.11 jar -
org.junit.platform junit-platform-commons 1.6.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.6.2 jar Eclipse Public License v2.0
org.objenesis objenesis 3.2 jar Apache License, Version 2.0
org.opentest4j opentest4j 1.1.1 jar The Apache License, Version 2.0

Project Dependency Graph

Dependency Tree

  • com.qulice:qulice-pmd:jar:0.22.0 Information
    • com.qulice:qulice-spi:jar:0.22.0 (compile) Information
    • com.google.guava:guava:jar:31.1-jre (test) Information
      • com.google.guava:failureaccess:jar:1.0.1 (test) Information
      • com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (test) Information
      • com.google.code.findbugs:jsr305:jar:3.0.2 (test) Information
      • org.checkerframework:checker-qual:jar:3.12.0 (test) Information
      • com.google.errorprone:error_prone_annotations:jar:2.11.0 (test) Information
      • com.google.j2objc:j2objc-annotations:jar:1.3 (test) Information
    • com.jcabi:jcabi-matchers:jar:1.5.3 (test) Information
      • org.glassfish.jaxb:jaxb-runtime:jar:2.2.11 (test) Information
    • com.jcabi:jcabi-log:jar:0.20.1 (compile) Information
    • net.sourceforge.pmd:pmd-core:jar:6.10.0 (compile) Information
    • net.sourceforge.pmd:pmd-java:jar:6.10.0 (compile) Information
    • net.sourceforge.pmd:pmd-jsp:jar:6.10.0 (runtime) Information
    • org.hamcrest:hamcrest-core:jar:2.2 (test) Information
    • org.hamcrest:hamcrest-library:jar:2.2 (test) Information
    • org.cactoos:cactoos:jar:0.51.0 (compile) Information
    • org.junit.jupiter:junit-jupiter-api:jar:5.3.1 (test) Information
    • org.junit.jupiter:junit-jupiter-engine:jar:5.3.1 (test) Information
    • org.junit.jupiter:junit-jupiter-params:jar:5.3.1 (test) Information
    • org.slf4j:slf4j-log4j12:jar:2.0.0-alpha5 (test) Information
    • log4j:log4j:jar:1.2.17 (test) Information
    • org.hamcrest:hamcrest:jar:2.2 (test) Information
    • org.mockito:mockito-core:jar:4.6.1 (test) Information

Licenses

Apache 2.0: error-prone annotations, jcommander

The BSD License: ANTLR 4 Runtime

The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

MIT License: SLF4J API Module, SLF4J LOG4J-12 Binding

BSD License 3: Hamcrest, Hamcrest Core, Hamcrest Library

Mozilla Public License Version 1.0: SaxonB

Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API

BSD: asm, jcabi-log, jcabi-matchers, qulice-pmd, qulice-spi

BSD-style: PMD Core, PMD JSP, PMD Java

The MIT License: Checker Qual, mockito-core

Apache License, Version 2.0: Apache Commons IO, Apache Commons Lang, Byte Buddy (without dependencies), Byte Buddy agent, Guava: Google Core Libraries for Java, Objenesis

Berkeley Software Distribution (BSD) License: JavaCC

MIT: cactoos

The Apache Software License, Version 2.0: Apache Log4j, FindBugs-jsr305, Gson, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, J2ObjC Annotations