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-io commons-io 2.16.1 jar Apache-2.0
org.apache.commons commons-text 1.12.0 jar Apache-2.0
org.apache.maven.plugins maven-antrun-plugin 3.1.0 jar Apache License, Version 2.0
org.apache.maven.plugins maven-assembly-plugin 3.7.1 jar Apache-2.0
org.apache.maven.plugins maven-clean-plugin 3.4.0 jar Apache-2.0
org.apache.maven.plugins maven-install-plugin 3.1.2 jar Apache-2.0
ron190 model v0.101 jar -

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.assertj assertj-swing-junit 3.17.1 jar Apache License, Version 2.0
org.junit.jupiter junit-jupiter-engine 5.10.3 jar Eclipse Public License v2.0
org.mockito mockito-inline 5.2.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.googlecode.juniversalchardet juniversalchardet 1.0.3 jar Mozilla Public License 1.1 (MPL 1.1)
commons-codec commons-codec 1.16.1 jar Apache-2.0
javax.inject javax.inject 1 jar The Apache Software License, Version 2.0
org.apache.ant ant 1.10.12 jar The Apache Software License, Version 2.0
org.apache.ant ant-launcher 1.10.12 jar The Apache Software License, Version 2.0
org.apache.commons commons-compress 1.26.1 jar Apache-2.0
org.apache.commons commons-lang3 3.14.0 jar Apache-2.0
org.apache.logging.log4j log4j-api 2.23.1 jar Apache-2.0
org.apache.logging.log4j log4j-core 2.23.1 jar Apache-2.0
org.apache.maven maven-archiver 3.6.1 jar Apache-2.0
org.apache.maven.resolver maven-resolver-api 1.4.1 jar Apache License, Version 2.0
org.apache.maven.resolver maven-resolver-util 1.4.1 jar Apache License, Version 2.0
org.apache.maven.shared maven-common-artifact-filters 3.3.2 jar Apache License, Version 2.0
org.apache.maven.shared maven-filtering 3.3.2 jar Apache-2.0
org.codehaus.plexus plexus-archiver 4.9.2 jar Apache License, Version 2.0
org.codehaus.plexus plexus-interpolation 1.27 jar Apache License, Version 2.0
org.codehaus.plexus plexus-io 3.4.2 jar Apache License, Version 2.0
org.codehaus.plexus plexus-utils 4.0.0 jar Apache License, Version 2.0
org.codehaus.plexus plexus-xml 3.0.0 jar Apache License, Version 2.0
org.iq80.snappy snappy 0.4 jar Apache License 2.0
org.json json 20240303 jar Public Domain
org.jsoup jsoup 1.18.1 jar The MIT License
org.openjdk.nashorn nashorn-core 15.4 jar GPL v2 with the Classpath exception
org.ow2.asm asm 7.3.1 jar BSD-3-Clause
org.ow2.asm asm-analysis 7.3.1 jar BSD-3-Clause
org.ow2.asm asm-commons 7.3.1 jar BSD-3-Clause
org.ow2.asm asm-tree 7.3.1 jar BSD-3-Clause
org.ow2.asm asm-util 7.3.1 jar BSD-3-Clause
org.slf4j slf4j-api 1.7.36 jar MIT License
org.sonatype.plexus plexus-build-api 0.0.7 jar Apache Public License 2.0
org.yaml snakeyaml 2.2 jar Apache License, Version 2.0

runtime

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

GroupId ArtifactId Version Type Licenses
com.github.luben zstd-jni 1.5.5-11 jar BSD 2-Clause License
org.tukaani xz 1.9 jar Public Domain

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
net.bytebuddy byte-buddy 1.14.1 jar Apache License, Version 2.0
net.bytebuddy byte-buddy-agent 1.14.1 jar Apache License, Version 2.0
org.apiguardian apiguardian-api 1.1.2 jar The Apache License, Version 2.0
org.assertj assertj-core 3.17.2 jar Apache License, Version 2.0
org.assertj assertj-swing 3.17.1 jar Apache License, Version 2.0
org.easytesting fest-reflect 1.4.1 jar Apache License, Version 2.0
org.easytesting fest-util 1.2.5 jar Apache License, Version 2.0
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.junit.jupiter junit-jupiter-api 5.10.3 jar Eclipse Public License v2.0
org.junit.platform junit-platform-commons 1.10.3 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.10.3 jar Eclipse Public License v2.0
org.mockito mockito-core 5.2.0 jar The MIT License
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

Licenses

Apache Public License 2.0: plexus-build-api

Eclipse Public License 1.0: JUnit

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

BSD-3-Clause: asm, asm-analysis, asm-commons, asm-tree, asm-util

MIT License: SLF4J API Module

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

GPL v2 with the Classpath exception: OpenJDK Nashorn

Public Domain: JSON in Java, XZ for Java

New BSD License: Hamcrest Core

BSD 2-Clause License: zstd-jni

Unknown: model, view

Apache License 2.0: snappy

The MIT License: jsoup Java HTML Parser, mockito-core, mockito-inline

Apache-2.0: Apache Commons Codec, Apache Commons Compress, Apache Commons IO, Apache Commons Lang, Apache Commons Text, Apache Log4j API, Apache Log4j Core, Apache Maven Archiver, Apache Maven Assembly Plugin, Apache Maven Clean Plugin, Apache Maven Filtering, Apache Maven Install Plugin

Apache License, Version 2.0: Apache Maven AntRun Plugin, Apache Maven Common Artifact Filters, AssertJ fluent assertions, AssertJ-Swing, AssertJ-Swing - JUnit Extension, Byte Buddy (without dependencies), Byte Buddy agent, FEST Reflection, FEST Util, Maven Artifact Resolver API, Maven Artifact Resolver Utilities, Objenesis, Plexus Archiver Component, Plexus Common Utilities, Plexus IO Components, Plexus Interpolation API, Plexus XML Utilities, SnakeYAML

Mozilla Public License 1.1 (MPL 1.1): juniversalchardet

The Apache Software License, Version 2.0: Apache Ant Core, Apache Ant Launcher, javax.inject

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information Sealed
zstd-jni-1.5.5-11.jar 6.8 MB 80 36 3 1.8 Yes No
juniversalchardet-1.0.3.jar 220.8 kB 77 62 6 1.5 Yes No
commons-codec-1.16.1.jar 365.5 kB 259 - - - - No
   • Root - 257 109 7 1.8 Yes -
   • Versioned - 2 1 1 9 No -
commons-io-2.16.1.jar 508.8 kB 374 - - - - No
   • Root - 373 346 15 1.8 Yes -
   • Versioned - 1 1 1 9 No -
javax.inject-1.jar 2.5 kB 8 6 1 1.5 No No
junit-4.12.jar 314.9 kB 323 286 30 1.5 Yes No
byte-buddy-1.14.1.jar 4.2 MB 2916 - - - - No
   • Root - 2914 2861 38 1.6 Yes -
   • Versioned - 2 1 1 9 No -
byte-buddy-agent-1.14.1.jar 256.7 kB 90 - - - - No
   • Root - 88 69 2 1.5 Yes -
   • Versioned - 2 1 1 9 No -
ant-1.10.12.jar 2.3 MB 1246 1162 62 1.8 Yes No
ant-launcher-1.10.12.jar 18.7 kB 14 4 1 1.8 Yes No
commons-compress-1.26.1.jar 1.1 MB 624 - - - - No
   • Root - 622 569 36 1.8 Yes -
   • Versioned - 2 1 1 9 No -
commons-lang3-3.14.0.jar 658 kB 436 - - - - No
   • Root - 434 403 18 1.8 Yes -
   • Versioned - 2 1 1 9 No -
commons-text-1.12.0.jar 251.2 kB 181 - - - - No
   • Root - 180 160 8 1.8 Yes -
   • Versioned - 1 1 1 9 No -
log4j-api-2.23.1.jar 342.5 kB 241 - - - - No
   • Root - 230 205 9 1.8 Yes -
   • Versioned - 11 4 2 9 Yes -
log4j-core-2.23.1.jar 1.9 MB 1310 - - - - No
   • Root - 1293 1206 55 1.8 Yes -
   • Versioned - 17 7 4 9 Yes -
maven-archiver-3.6.1.jar 26.6 kB 19 5 1 1.8 Yes No
maven-antrun-plugin-3.1.0.jar 41.2 kB 34 12 4 1.8 Yes No
maven-assembly-plugin-3.7.1.jar 239.7 kB 143 101 18 1.8 Yes No
maven-clean-plugin-3.4.0.jar 35.6 kB 28 10 2 1.8 Yes No
maven-install-plugin-3.1.2.jar 32.4 kB 22 4 2 1.8 Yes No
maven-resolver-api-1.4.1.jar 149 kB 156 132 12 1.7 Yes No
maven-resolver-util-1.4.1.jar 167.5 kB 132 105 13 1.7 Yes No
maven-common-artifact-filters-3.3.2.jar 58.3 kB 62 42 5 1.8 Yes No
maven-filtering-3.3.2.jar 56.3 kB 40 23 1 1.8 Yes No
apiguardian-api-1.1.2.jar 6.8 kB 9 3 2 1.6 Yes No
assertj-core-3.17.2.jar 4.8 MB 3256 - - - - No
   • Root - 3254 3178 61 1.8 Yes -
   • Versioned - 2 1 1 9 No -
assertj-swing-3.17.1.jar 777.7 kB 681 612 47 1.8 Yes No
assertj-swing-junit-3.17.1.jar 207.2 kB 199 44 6 1.8 Yes No
plexus-archiver-4.9.2.jar 224.8 kB 211 171 26 1.8 Yes No
plexus-interpolation-1.27.jar 85.9 kB 79 62 7 1.8 Yes No
plexus-io-3.4.2.jar 79 kB 87 66 7 1.8 Yes No
plexus-utils-4.0.0.jar 192.4 kB 128 - - - - No
   • Root - 110 86 7 1.8 Yes -
   • Versioned - 6 1 1 9 Yes -
   • Versioned - 6 1 1 10 Yes -
   • Versioned - 6 1 1 11 Yes -
plexus-xml-3.0.0.jar 93 kB 44 25 2 1.8 Yes No
fest-reflect-1.4.1.jar 45.6 kB 59 38 11 1.6 Yes No
fest-util-1.2.5.jar 32.5 kB 38 28 1 1.6 Yes No
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes No
snappy-0.4.jar 58 kB 34 24 1 1.6 Yes No
json-20240303.jar 78.3 kB 42 - - - - No
   • Root - 40 30 1 1.8 Yes -
   • Versioned - 2 1 1 9 No -
jsoup-1.18.1.jar 452.9 kB 299 - - - - No
   • Root - 293 275 7 1.8 Yes -
   • Versioned - 6 2 2 9 Yes -
junit-jupiter-api-5.10.3.jar 211.4 kB 198 183 8 1.8 Yes No
junit-jupiter-engine-5.10.3.jar 244.7 kB 147 130 9 1.8 Yes No
junit-platform-commons-1.10.3.jar 106.2 kB 64 - - - - No
   • Root - 56 43 7 1.8 Yes -
   • Versioned - 8 2 1 9 Yes -
junit-platform-engine-1.10.3.jar 204.8 kB 153 136 10 1.8 Yes No
mockito-core-5.2.0.jar 687.4 kB 637 565 64 11 Yes No
mockito-inline-5.2.0.jar 1.5 kB 6 0 0 - - -
objenesis-3.3.jar 49.4 kB 59 43 10 1.8 Yes No
nashorn-core-15.4.jar 2.2 MB 1094 1033 30 11 Yes No
opentest4j-1.3.0.jar 14.3 kB 15 9 2 1.6 Yes No
asm-7.3.1.jar 121.8 kB 44 38 3 1.5 Yes No
asm-analysis-7.3.1.jar 33.4 kB 22 15 2 1.5 Yes No
asm-commons-7.3.1.jar 71.5 kB 34 28 2 1.5 Yes No
asm-tree-7.3.1.jar 52.8 kB 45 39 2 1.5 Yes No
asm-util-7.3.1.jar 84.8 kB 31 25 2 1.5 Yes No
slf4j-api-1.7.36.jar 41.1 kB 46 34 4 1.5 Yes No
plexus-build-api-0.0.7.jar 8.5 kB 19 4 1 1.4 Yes No
xz-1.9.jar 116 kB 132 - - - - Yes
   • Root - 130 116 9 1.7 No -
   • Versioned - 2 1 1 9 No -
snakeyaml-2.2.jar 334.4 kB 278 - - - - No
   • Root - 270 229 23 1.7 Yes -
   • Versioned - 8 3 2 9 Yes -
model-v0.101.jar 457.3 kB 284 185 20 11 Yes No
Total Size Entries Classes Packages Java Version Debug Information Sealed
58 32.1 MB 17341 15460 746 11 55 1
compile: 38 compile: 13 MB compile: 8227 compile: 7035 compile: 423 11 compile: 37 -
runtime: 2 runtime: 6.9 MB runtime: 212 runtime: 152 runtime: 12 runtime: 1 runtime: 1
test: 18 test: 12.2 MB test: 8902 test: 8273 test: 311 11 test: 17 -