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.fifesoft rsyntaxtextarea 3.6.1 jar BSD-3-Clause
com.formdev flatlaf 3.7 jar The Apache License, Version 2.0
com.formdev flatlaf-extras 3.7 jar The Apache License, Version 2.0
com.formdev flatlaf-intellij-themes 3.7 jar The Apache License, Version 2.0
commons-io commons-io 2.21.0 jar Apache-2.0
org.apache.commons commons-text 1.15.0 jar Apache-2.0
ron190 model v0.112 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 6.0.1 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.19.0 jar Apache-2.0
dnsjava dnsjava 3.6.3 jar BSD-3-Clause
org.apache.commons commons-lang3 3.20.0 jar Apache-2.0
org.apache.logging.log4j log4j-api 2.25.3 jar Apache-2.0
org.apache.logging.log4j log4j-core 2.25.3 jar Apache-2.0
org.json json 20251224 jar Public Domain
org.jsoup jsoup 1.22.1 jar The MIT License
org.openjdk.nashorn nashorn-core 15.7 jar GNU General Public License v2.0 w/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.slf4j slf4j-nop 1.7.36 jar MIT License
org.yaml snakeyaml 2.5 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.weisj jsvg 2.0.0 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
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.jspecify jspecify 1.0.0 jar The Apache License, Version 2.0
org.junit.jupiter junit-jupiter-api 6.0.1 jar Eclipse Public License v2.0
org.junit.platform junit-platform-commons 6.0.1 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 6.0.1 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

  • ron190:view:jar:v0.112
    • ron190:model:jar:v0.112 (compile)
      • org.openjdk.nashorn:nashorn-core:jar:15.7 (compile)
        • org.ow2.asm:asm:jar:7.3.1 (compile)
        • org.ow2.asm:asm-commons:jar:7.3.1 (compile)
          • org.ow2.asm:asm-analysis:jar:7.3.1 (compile)
        • org.ow2.asm:asm-tree:jar:7.3.1 (compile)
        • org.ow2.asm:asm-util:jar:7.3.1 (compile)
      • commons-codec:commons-codec:jar:1.19.0 (compile)
      • org.jsoup:jsoup:jar:1.22.1 (compile)
      • org.apache.commons:commons-lang3:jar:3.20.0 (compile)
      • org.json:json:jar:20251224 (compile)
      • com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3 (compile)
      • org.yaml:snakeyaml:jar:2.5 (compile)
      • org.apache.logging.log4j:log4j-core:jar:2.25.3 (compile)
        • org.apache.logging.log4j:log4j-api:jar:2.25.3 (compile)
      • dnsjava:dnsjava:jar:3.6.3 (compile)
      • org.slf4j:slf4j-nop:jar:1.7.36 (compile)
    • commons-io:commons-io:jar:2.21.0 (compile)
    • org.assertj:assertj-swing-junit:jar:3.17.1 (test)
    • org.junit.jupiter:junit-jupiter-engine:jar:6.0.1 (test)
    • org.mockito:mockito-inline:jar:5.2.0 (test)
    • com.formdev:flatlaf:jar:3.7 (compile)
    • com.formdev:flatlaf-intellij-themes:jar:3.7 (compile)
    • com.formdev:flatlaf-extras:jar:3.7 (compile)
    • com.fifesoft:rsyntaxtextarea:jar:3.6.1 (compile)
    • org.apache.commons:commons-text:jar:1.15.0 (compile)

Licenses

Eclipse Public License 1.0: JUnit

The Apache License, Version 2.0: FlatLaf, FlatLaf Extras, FlatLaf IntelliJ Themes Pack, JSpecify annotations, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

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

MIT License: SLF4J API Module, SLF4J NOP Binding

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

Public Domain: JSON in Java

New BSD License: Hamcrest Core

GNU General Public License v2.0 w/Classpath exception: OpenJDK Nashorn

Unknown: model, view

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

Apache-2.0: Apache Commons Codec, Apache Commons IO, Apache Commons Lang, Apache Commons Text, Apache Log4j API, Apache Log4j Core

Apache License, Version 2.0: AssertJ fluent assertions, AssertJ-Swing, AssertJ-Swing - JUnit Extension, Byte Buddy (without dependencies), Byte Buddy agent, FEST Reflection, FEST Util, Objenesis, SnakeYAML

MIT: Jsvg

Mozilla Public License 1.1 (MPL 1.1): juniversalchardet

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
rsyntaxtextarea-3.6.1.jar 1.3 MB 479 373 10 1.8 Yes
flatlaf-3.7.jar 1 MB 401 - - - -
   • Root - 390 357 8 1.8 Yes
   • Versioned - 11 5 2 9 Yes
flatlaf-extras-3.7.jar 120 kB 91 81 4 1.8 Yes
flatlaf-intellij-themes-3.7.jar 314.2 kB 130 51 3 1.8 Yes
jsvg-2.0.0.jar 723.7 kB 547 494 48 1.8 Yes
juniversalchardet-1.0.3.jar 220.8 kB 77 62 6 1.5 Yes
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.21.0.jar 585.3 kB 428 - - - -
   • Root - 426 398 15 1.8 Yes
   • Versioned - 2 1 1 9 No
dnsjava-3.6.3.jar 588.3 kB 343 - - - -
   • Root - 333 309 9 1.8 Yes
   • Versioned - 2 1 1 11 No
   • Versioned - 8 3 2 18 Yes
junit-4.12.jar 314.9 kB 323 286 30 1.5 Yes
byte-buddy-1.14.1.jar 4.2 MB 2916 - - - -
   • Root - 2914 2861 38 1.6 Yes
   • Versioned - 2 1 1 9 No
byte-buddy-agent-1.14.1.jar 256.7 kB 90 - - - -
   • Root - 88 69 2 1.5 Yes
   • Versioned - 2 1 1 9 No
commons-lang3-3.20.0.jar 713.9 kB 454 - - - -
   • Root - 452 421 18 1.8 Yes
   • Versioned - 2 1 1 9 No
commons-text-1.15.0.jar 264.9 kB 191 - - - -
   • Root - 189 168 8 1.8 Yes
   • Versioned - 2 1 1 9 No
log4j-api-2.25.3.jar 350.6 kB 253 - - - -
   • Root - 242 210 12 1.8 Yes
   • Versioned - 11 4 2 9 Yes
log4j-core-2.25.3.jar 2 MB 1382 - - - -
   • Root - 1366 1264 60 1.8 Yes
   • Versioned - 16 6 3 9 Yes
apiguardian-api-1.1.2.jar 6.8 kB 9 3 2 1.6 Yes
assertj-core-3.17.2.jar 4.8 MB 3256 - - - -
   • 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
assertj-swing-junit-3.17.1.jar 207.2 kB 199 44 6 1.8 Yes
fest-reflect-1.4.1.jar 45.6 kB 59 38 11 1.6 Yes
fest-util-1.2.5.jar 32.5 kB 38 28 1 1.6 Yes
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes
json-20251224.jar 87.6 kB 43 - - - -
   • Root - 41 31 1 1.8 Yes
   • Versioned - 2 1 1 9 No
jsoup-1.22.1.jar 508.3 kB 326 - - - -
   • Root - 318 300 7 1.8 Yes
   • Versioned - 8 4 2 11 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-6.0.1.jar 250.7 kB 224 208 9 17 Yes
junit-jupiter-engine-6.0.1.jar 356 kB 189 172 9 17 Yes
junit-platform-commons-6.0.1.jar 171.3 kB 103 87 10 17 Yes
junit-platform-engine-6.0.1.jar 277.7 kB 193 175 9 17 Yes
mockito-core-5.2.0.jar 687.4 kB 637 565 64 11 Yes
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
nashorn-core-15.7.jar 2.1 MB 1081 1020 30 11 Yes
opentest4j-1.3.0.jar 14.3 kB 15 9 2 1.6 Yes
asm-7.3.1.jar 121.8 kB 44 38 3 1.5 Yes
asm-analysis-7.3.1.jar 33.4 kB 22 15 2 1.5 Yes
asm-commons-7.3.1.jar 71.5 kB 34 28 2 1.5 Yes
asm-tree-7.3.1.jar 52.8 kB 45 39 2 1.5 Yes
asm-util-7.3.1.jar 84.8 kB 31 25 2 1.5 Yes
slf4j-api-1.7.36.jar 41.1 kB 46 34 4 1.5 Yes
slf4j-nop-1.7.36.jar 3.9 kB 13 3 1 1.5 Yes
snakeyaml-2.5.jar 340 kB 281 - - - -
   • Root - 273 234 22 1.8 Yes
   • Versioned - 8 3 2 9 Yes
model-v0.112.jar 592.3 kB 348 229 30 11 Yes
Total Size Entries Classes Packages Java Version Debug Information
44 25.1 MB 16416 14726 629 17 42
compile: 24 compile: 12 MB compile: 6806 compile: 5805 compile: 266 11 compile: 24
runtime: 1 runtime: 723.7 kB runtime: 547 runtime: 494 runtime: 48 runtime: 1
test: 19 test: 12.4 MB test: 9063 test: 8427 test: 315 17 test: 17