Fork me on GitHub

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
commons-cli commons-cli 1.8.0 jar Apache-2.0
commons-io commons-io 2.20.0 jar Apache-2.0
org.apache.commons commons-collections4 4.5.0 jar Apache-2.0
org.apache.commons commons-compress 1.28.0 jar Apache-2.0
org.apache.commons commons-lang3 3.19.0 jar Apache-2.0
org.apache.commons commons-text 1.14.0 jar Apache-2.0
org.apache.tika tika-core 2.9.4 jar Apache-2.0
org.apache.tika tika-parser-text-module 2.9.4 jar Apache-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
com.google.jimfs jimfs 1.3.1 jar The Apache Software License, Version 2.0
org.apache.rat apache-rat-testdata 1.0.0-SNAPSHOT jar Apache License, Version 2
org.assertj assertj-core 3.27.6 jar Apache-2.0
org.codehaus.groovy groovy-all 2.4.21 jar The Apache Software License, Version 2.0
org.junit.jupiter junit-jupiter-api 5.13.4 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-params 5.13.4 jar Eclipse Public License v2.0
org.junit.vintage junit-vintage-engine 5.13.4 jar Eclipse Public License v2.0
org.mockito mockito-core 4.11.0 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
com.github.albfernandez juniversalchardet 2.5.0 jar Mozilla Public License Version 1.1GENERAL PUBLIC LICENSE, version 3 (GPL-3.0)GNU LESSER GENERAL PUBLIC LICENSE, version 3 (LGPL-3.0)
commons-codec commons-codec 1.19.0 jar Apache-2.0
org.apache.commons commons-csv 1.14.1 jar Apache-2.0
org.slf4j slf4j-api 2.0.17 jar MIT

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.google.errorprone error_prone_annotations 2.36.0 jar Apache 2.0
com.google.guava failureaccess 1.0.3 jar Apache License, Version 2.0
com.google.guava guava 33.4.8-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 3.0.0 jar Apache License, Version 2.0
junit junit 4.13.2 jar Eclipse Public License 1.0
net.bytebuddy byte-buddy 1.12.19 jar Apache License, Version 2.0
net.bytebuddy byte-buddy-agent 1.12.19 jar Apache License, Version 2.0
org.apiguardian apiguardian-api 1.1.2 jar The Apache License, Version 2.0
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.jspecify jspecify 1.0.0 jar The Apache License, Version 2.0
org.junit.platform junit-platform-commons 1.13.4 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.13.4 jar Eclipse Public License v2.0
org.objenesis objenesis 3.3 jar Apache License, Version 2.0
org.opentest4j opentest4j 1.3.0 jar The Apache License, Version 2.0

Project Dependency Graph

Dependency Tree

  • org.apache.rat:apache-rat-core:jar:1.0.0-SNAPSHOT [Information]
    • org.apache.rat:apache-rat-testdata:jar:1.0.0-SNAPSHOT (test) [Information]
    • org.apache.commons:commons-collections4:jar:4.5.0 (compile) [Information]
    • org.apache.commons:commons-lang3:jar:3.19.0 (compile) [Information]
    • commons-io:commons-io:jar:2.20.0 (compile) [Information]
    • org.apache.commons:commons-compress:jar:1.28.0 (compile) [Information]
      • commons-codec:commons-codec:jar:1.19.0 (compile) [Information]
    • org.apache.commons:commons-text:jar:1.14.0 (compile) [Information]
    • org.junit.jupiter:junit-jupiter-api:jar:5.13.4 (test) [Information]
    • org.junit.vintage:junit-vintage-engine:jar:5.13.4 (test) [Information]
    • org.junit.jupiter:junit-jupiter-params:jar:5.13.4 (test) [Information]
    • commons-cli:commons-cli:jar:1.8.0 (compile) [Information]
    • org.mockito:mockito-core:jar:4.11.0 (test) [Information]
    • org.assertj:assertj-core:jar:3.27.6 (test) [Information]
    • org.apache.tika:tika-core:jar:2.9.4 (compile) [Information]
      • org.slf4j:slf4j-api:jar:2.0.17 (compile) [Information]
    • org.apache.tika:tika-parser-text-module:jar:2.9.4 (compile) [Information]
    • org.codehaus.groovy:groovy-all:jar:2.4.21 (test) [Information]
    • com.google.jimfs:jimfs:jar:1.3.1 (test) [Information]
      • com.google.guava:guava:jar:33.4.8-jre (test) [Information]
        • com.google.guava:failureaccess:jar:1.0.3 (test) [Information]
        • com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (test) [Information]
        • org.jspecify:jspecify:jar:1.0.0 (test) [Information]
        • com.google.errorprone:error_prone_annotations:jar:2.36.0 (test) [Information]
        • com.google.j2objc:j2objc-annotations:jar:3.0.0 (test) [Information]

Licenses

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

Eclipse Public License 1.0: JUnit

Apache 2.0: error-prone annotations

Apache License, Version 2: Apache Creadur RAT::Core, Apache Creadur RAT::Testdata

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

Mozilla Public License Version 1.1: juniversalchardet

GNU LESSER GENERAL PUBLIC LICENSE, version 3 (LGPL-3.0): juniversalchardet

New BSD License: Hamcrest Core

GENERAL PUBLIC LICENSE, version 3 (GPL-3.0): juniversalchardet

The MIT License: mockito-core

Apache-2.0: Apache Commons CLI, Apache Commons CSV, Apache Commons Codec, Apache Commons Collections, Apache Commons Compress, Apache Commons IO, Apache Commons Lang, Apache Commons Text, Apache Tika core, Apache Tika text parser module, AssertJ Core

Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, Guava InternalFutureFailureAccess and InternalFutures, Guava: Google Core Libraries for Java, J2ObjC Annotations, Objenesis

MIT: SLF4J API Module

The Apache Software License, Version 2.0: Apache Groovy, Guava ListenableFuture only, Jimfs

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
juniversalchardet-2.5.0.jar 245.2 kB 82 67 6 1.7 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.3.jar 10.8 kB 25 - - - -
   • Root - 17 2 1 1.8 Yes
   • Versioned - 8 1 1 9 No
guava-33.4.8-jre.jar 3 MB 2008 - - - -
   • Root - 2006 1967 18 1.8 Yes
   • Versioned - 2 1 1 9 No
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
jimfs-1.3.1.jar 214.3 kB 138 125 1 1.8 Yes
commons-cli-1.8.0.jar 73.6 kB 51 - - - -
   • Root - 50 37 1 1.8 Yes
   • Versioned - 1 1 1 9 No
commons-codec-1.19.0.jar 374.7 kB 263 - - - -
   • Root - 262 115 7 1.8 Yes
   • Versioned - 1 1 1 9 No
commons-io-2.20.0.jar 564 kB 415 - - - -
   • Root - 414 387 15 1.8 Yes
   • Versioned - 1 1 1 9 No
junit-4.13.2.jar 384.6 kB 389 350 32 1.5 Yes
byte-buddy-1.12.19.jar 4 MB 2742 - - - -
   • Root - 2740 2687 38 1.6 Yes
   • Versioned - 2 1 1 9 No
byte-buddy-agent-1.12.19.jar 256.4 kB 90 - - - -
   • Root - 88 69 2 1.5 Yes
   • Versioned - 2 1 1 9 No
commons-collections4-4.5.0.jar 898.7 kB 647 - - - -
   • Root - 646 614 20 1.8 Yes
   • Versioned - 1 1 1 9 No
commons-compress-1.28.0.jar 1.1 MB 642 - - - -
   • Root - 641 589 36 1.8 Yes
   • Versioned - 1 1 1 9 No
commons-csv-1.14.1.jar 61 kB 34 - - - -
   • Root - 33 20 1 1.8 Yes
   • Versioned - 1 1 1 9 No
commons-lang3-3.19.0.jar 709.1 kB 451 - - - -
   • Root - 449 418 18 1.8 Yes
   • Versioned - 2 1 1 9 No
commons-text-1.14.0.jar 259.9 kB 185 - - - -
   • Root - 184 164 8 1.8 Yes
   • Versioned - 1 1 1 9 No
apache-rat-testdata-1.0.0-SNAPSHOT.jar 23.8 kB 29 0 0 - -
tika-core-2.9.4.jar 744.6 kB 499 447 33 1.8 Yes
tika-parser-text-module-2.9.4.jar 125.7 kB 96 76 3 1.8 Yes
apiguardian-api-1.1.2.jar 6.8 kB 9 3 2 1.6 Yes
assertj-core-3.27.6.jar 1.4 MB 887 - - - -
   • Root - 883 842 29 1.8 Yes
   • Versioned - 4 1 1 9 No
groovy-all-2.4.21.jar 7.2 MB 4709 4457 119 1.7 Yes
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes
jspecify-1.0.0.jar 3.8 kB 14 - - - -
   • Root - 10 4 1 1.8 No
   • Versioned - 4 1 1 9 No
junit-jupiter-api-5.13.4.jar 240.2 kB 216 201 8 1.8 Yes
junit-jupiter-params-5.13.4.jar 660.8 kB 431 397 22 1.8 Yes
junit-platform-commons-1.13.4.jar 158.5 kB 100 - - - -
   • Root - 89 74 9 1.8 Yes
   • Versioned - 11 5 1 9 Yes
junit-platform-engine-1.13.4.jar 268.6 kB 189 170 10 1.8 Yes
junit-vintage-engine-5.13.4.jar 76.4 kB 52 38 6 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
opentest4j-1.3.0.jar 14.3 kB 15 9 2 1.6 Yes
slf4j-api-2.0.17.jar 69.9 kB 71 - - - -
   • Root - 69 55 4 1.8 Yes
   • Versioned - 2 1 1 9 No
Total Size Entries Classes Packages Java Version Debug Information
35 24 MB 16326 15095 532 1.8 32
compile: 12 compile: 5.2 MB compile: 3436 compile: 2989 compile: 152 1.8 compile: 12
test: 23 test: 18.7 MB test: 12890 test: 12106 test: 380 1.8 test: 20