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
ch.qos.logback logback-classic 1.2.3 jar Eclipse Public License - v 1.0GNU Lesser General Public License
com.google.guava guava 27.0.1-jre jar The Apache Software License, Version 2.0
net.sf.saxon Saxon-HE 9.9.0-2 jar Mozilla Public License Version 2.0
org.antlr antlr4-runtime 4.7.2 jar The BSD License
org.concordion concordion-embed-extension 1.2.0 jar The Apache Software License, Version 2.0
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
junit junit 4.12 jar Eclipse Public License 1.0
org.concordion concordion 2.2.0 jar The Apache Software License, Version 2.0
org.xmlunit xmlunit-assertj 2.6.2 jar The Apache Software License, Version 2.0
org.xmlunit xmlunit-core 2.6.2 jar The Apache Software License, Version 2.0
xom xom 1.2.5 jar The GNU Lesser General Public License, Version 2.1

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
ch.qos.logback logback-core 1.2.3 jar Eclipse Public License - v 1.0GNU Lesser General Public License
com.google.code.findbugs jsr305 3.0.2 jar The Apache Software License, Version 2.0
com.google.errorprone error_prone_annotations 2.2.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.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

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
javassist javassist 3.11.0.GA jar -
ognl ognl 3.1 jar The Apache Software License, Version 2.0
org.assertj assertj-core 2.9.0 jar Apache License, Version 2.0
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.ow2.asm asm 5.0.3 jar BSD
org.ow2.asm asm-analysis 5.0.3 jar BSD
org.ow2.asm asm-tree 5.0.3 jar BSD
org.ow2.asm asm-util 5.0.3 jar BSD
org.parboiled parboiled-core 1.1.7 jar Apache 2
org.parboiled parboiled-java 1.1.7 jar Apache 2
org.pegdown pegdown 1.6.0 jar Apache 2
xalan xalan 2.7.0 jar -
xerces xercesImpl 2.12.0 jar The Apache Software License, Version 2.0
xml-apis xml-apis 1.4.01 jar The Apache Software License, Version 2.0The SAX LicenseThe W3C License

Project Dependency Graph

Dependency Tree

  • org.etourdot:xpointer:jar:1.1.0-SNAPSHOT Info
    • org.antlr:antlr4-runtime:jar:4.7.2 (compile) Info
    • org.slf4j:slf4j-api:jar:1.7.25 (compile) Info
    • com.google.guava:guava:jar:27.0.1-jre (compile) Info
      • com.google.guava:failureaccess:jar:1.0.1 (compile) Info
      • com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (compile) Info
      • com.google.code.findbugs:jsr305:jar:3.0.2 (compile) Info
      • org.checkerframework:checker-qual:jar:2.5.2 (compile) Info
      • com.google.errorprone:error_prone_annotations:jar:2.2.0 (compile) Info
      • com.google.j2objc:j2objc-annotations:jar:1.1 (compile) Info
      • org.codehaus.mojo:animal-sniffer-annotations:jar:1.17 (compile) Info
    • net.sf.saxon:Saxon-HE:jar:9.9.0-2 (compile) Info
    • junit:junit:jar:4.12 (test) Info
      • org.hamcrest:hamcrest-core:jar:1.3 (test) Info
    • org.xmlunit:xmlunit-core:jar:2.6.2 (test) Info
    • org.xmlunit:xmlunit-assertj:jar:2.6.2 (test) Info
    • org.concordion:concordion:jar:2.2.0 (test) Info
      • ognl:ognl:jar:3.1 (test) Info
        • javassist:javassist:jar:3.11.0.GA (test) Info
      • org.pegdown:pegdown:jar:1.6.0 (test) Info
        • org.parboiled:parboiled-java:jar:1.1.7 (test) Info
          • org.parboiled:parboiled-core:jar:1.1.7 (test) Info
          • org.ow2.asm:asm:jar:5.0.3 (test) Info
          • org.ow2.asm:asm-tree:jar:5.0.3 (test) Info
          • org.ow2.asm:asm-analysis:jar:5.0.3 (test) Info
          • org.ow2.asm:asm-util:jar:5.0.3 (test) Info
    • org.concordion:concordion-embed-extension:jar:1.2.0 (compile) Info
    • xom:xom:jar:1.2.5 (test) Info
      • xml-apis:xml-apis:jar:1.4.01 (test) Info
      • xerces:xercesImpl:jar:2.12.0 (test) Info
      • xalan:xalan:jar:2.7.0 (test) Info
    • ch.qos.logback:logback-classic:jar:1.2.3 (compile) Info

Licenses

The SAX License: XML Commons External Components XML APIs

The BSD License: ANTLR 4 Runtime

Apache 2.0: error-prone annotations

Eclipse Public License 1.0: JUnit

MIT License: SLF4J API Module

The W3C License: XML Commons External Components XML APIs

Mozilla Public License Version 2.0: Saxon-HE

GNU Lesser General Public License: Logback Classic Module, Logback Core Module

New BSD License: Hamcrest Core

The GNU Lesser General Public License, Version 2.1: XOM

Apache 2: parboiled-core, parboiled-java, pegdown

BSD: ASM Analysis, ASM Core, ASM Tree, ASM Util

LGPL 3.0 license: XIncproc - XPointer processor

Unknown: Javassist, xalan

The MIT License: Checker Qual

Apache License, Version 2.0: AssertJ fluent assertions

MIT license: Animal Sniffer Annotations

The Apache Software License, Version 2.0: FindBugs-jsr305, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, Guava: Google Core Libraries for Java, J2ObjC Annotations, OGNL - Object Graph Navigation Library, XML Commons External Components XML APIs, Xerces2-j, concordion, concordion-embed-extension, org.xmlunit:xmlunit-assertj, org.xmlunit:xmlunit-core

Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module

Dependency File Details

Total Size Entries Classes Packages Java Version Debug Information
Filename Size Entries Classes Packages Java Version Debug Information
logback-classic-1.2.3.jar 290.3 kB 234 175 27 1.6 Yes
logback-core-1.2.3.jar 471.9 kB 419 373 36 1.6 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.1.jar 4.6 kB 15 2 1 1.7 Yes
guava-27.0.1-jre.jar 2.7 MB 1985 1955 18 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
javassist-3.11.0.GA.jar 614.2 kB 366 347 17 1.4 Yes
junit-4.12.jar 314.9 kB 323 286 30 1.5 Yes
Saxon-HE-9.9.0-2.jar 5.5 MB 2468 2096 52 1.8 Yes
ognl-3.1.jar 230.4 kB 141 130 3 1.5 Yes
antlr4-runtime-4.7.2.jar 337.9 kB 237 220 7 1.7 Yes
assertj-core-2.9.0.jar 1.1 MB 858 807 30 1.7 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
concordion-2.2.0.jar 260.9 kB 259 229 21 1.6 Yes
concordion-embed-extension-1.2.0.jar 3.4 kB 8 2 2 1.6 Yes
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes
asm-5.0.3.jar 53.2 kB 30 25 2 1.2 No
asm-analysis-5.0.3.jar 20.4 kB 19 13 1 1.2 No
asm-tree-5.0.3.jar 29 kB 35 30 1 1.2 No
asm-util-5.0.3.jar 43.3 kB 21 16 1 1.2 No
parboiled-core-1.1.7.jar 186.6 kB 191 180 9 1.5 Yes
parboiled-java-1.1.7.jar 73.3 kB 58 52 4 1.5 Yes
pegdown-1.6.0.jar 80 kB 79 74 3 1.6 Yes
slf4j-api-1.7.25.jar 41.2 kB 46 34 4 1.5 Yes
xmlunit-assertj-2.6.2.jar 32.6 kB 35 24 2 1.7 Yes
xmlunit-core-2.6.2.jar 167.9 kB 171 155 8 1.6 Yes
xalan-2.7.0.jar 2.7 MB 1267 1205 42 1.1 Yes
xercesImpl-2.12.0.jar 1.4 MB 1045 962 40 1.3 No
xml-apis-1.4.01.jar 220.5 kB 391 346 29 1.1 No
xom-1.2.5.jar 308.9 kB 311 286 17 1.2 No
33 17.5 MB 11544 10441 448 1.8 23
compile: 14 compile: 9.6 MB compile: 5892 compile: 5229 compile: 185 - compile: 11
test: 19 test: 7.9 MB test: 5652 test: 5212 test: 263 - test: 12