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.fifesoft rsyntaxtextarea 3.5.4 jar BSD-3-Clause
com.formdev flatlaf 3.5.4 jar The Apache License, Version 2.0
com.formdev flatlaf-extras 3.5.4 jar The Apache License, Version 2.0
com.formdev flatlaf-intellij-themes 3.5.4 jar The Apache License, Version 2.0
commons-io commons-io 2.18.0 jar Apache-2.0
org.apache.commons commons-text 1.13.0 jar Apache-2.0
ron190 model v0.110 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.12.0 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.17.2 jar Apache-2.0
org.apache.commons commons-lang3 3.17.0 jar Apache-2.0
org.apache.logging.log4j log4j-api 2.24.3 jar Apache-2.0
org.apache.logging.log4j log4j-core 2.24.3 jar Apache-2.0
org.json json 20250107 jar Public Domain
org.jsoup jsoup 1.18.3 jar The MIT License
org.openjdk.nashorn nashorn-core 15.6 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.yaml snakeyaml 2.4 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 1.4.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.junit.jupiter junit-jupiter-api 5.12.0 jar Eclipse Public License v2.0
org.junit.platform junit-platform-commons 1.12.0 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.12.0 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.110 [Information]
    • ron190:model:jar:v0.110 (compile) [Information]
      • org.openjdk.nashorn:nashorn-core:jar:15.6 (compile) [Information]
        • org.ow2.asm:asm:jar:7.3.1 (compile) [Information]
        • org.ow2.asm:asm-commons:jar:7.3.1 (compile) [Information]
          • org.ow2.asm:asm-analysis:jar:7.3.1 (compile) [Information]
        • org.ow2.asm:asm-tree:jar:7.3.1 (compile) [Information]
        • org.ow2.asm:asm-util:jar:7.3.1 (compile) [Information]
      • commons-codec:commons-codec:jar:1.17.2 (compile) [Information]
      • org.jsoup:jsoup:jar:1.18.3 (compile) [Information]
      • org.apache.commons:commons-lang3:jar:3.17.0 (compile) [Information]
      • org.json:json:jar:20250107 (compile) [Information]
      • com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3 (compile) [Information]
      • org.yaml:snakeyaml:jar:2.4 (compile) [Information]
      • org.apache.logging.log4j:log4j-core:jar:2.24.3 (compile) [Information]
        • org.apache.logging.log4j:log4j-api:jar:2.24.3 (compile) [Information]
    • commons-io:commons-io:jar:2.18.0 (compile) [Information]
    • org.assertj:assertj-swing-junit:jar:3.17.1 (test) [Information]
    • org.junit.jupiter:junit-jupiter-engine:jar:5.12.0 (test) [Information]
    • org.mockito:mockito-inline:jar:5.2.0 (test) [Information]
    • com.formdev:flatlaf:jar:3.5.4 (compile) [Information]
    • com.formdev:flatlaf-intellij-themes:jar:3.5.4 (compile) [Information]
    • com.formdev:flatlaf-extras:jar:3.5.4 (compile) [Information]
    • com.fifesoft:rsyntaxtextarea:jar:3.5.4 (compile) [Information]
    • org.apache.commons:commons-text:jar:1.13.0 (compile) [Information]

Licenses

Eclipse Public License 1.0: JUnit

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

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

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

New BSD License: Hamcrest Core

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.5.4.jar 1.3 MB 476 370 10 1.8 Yes
flatlaf-3.5.4.jar 907.7 kB 373 - - - -
   • Root - 362 330 8 1.8 Yes
   • Versioned - 11 5 2 9 Yes
flatlaf-extras-3.5.4.jar 117.9 kB 90 80 4 1.8 Yes
flatlaf-intellij-themes-3.5.4.jar 291.1 kB 134 53 3 1.8 Yes
jsvg-1.4.0.jar 527.5 kB 411 375 31 1.8 Yes
juniversalchardet-1.0.3.jar 220.8 kB 77 62 6 1.5 Yes
commons-codec-1.17.2.jar 372.8 kB 262 - - - -
   • Root - 261 114 7 1.8 Yes
   • Versioned - 1 1 1 9 No
commons-io-2.18.0.jar 538.9 kB 398 - - - -
   • Root - 397 370 15 1.8 Yes
   • Versioned - 1 1 1 9 No
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.17.0.jar 673.6 kB 426 - - - -
   • Root - 425 395 18 1.8 Yes
   • Versioned - 1 1 1 9 No
commons-text-1.13.0.jar 257.9 kB 185 - - - -
   • Root - 184 164 8 1.8 Yes
   • Versioned - 1 1 1 9 No
log4j-api-2.24.3.jar 348.5 kB 247 - - - -
   • Root - 236 209 11 1.8 Yes
   • Versioned - 11 4 2 9 Yes
log4j-core-2.24.3.jar 1.9 MB 1320 - - - -
   • Root - 1303 1214 57 1.8 Yes
   • Versioned - 17 7 4 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-20250107.jar 81.4 kB 43 - - - -
   • Root - 41 31 1 1.8 Yes
   • Versioned - 2 1 1 9 No
jsoup-1.18.3.jar 459.2 kB 299 - - - -
   • Root - 293 275 7 1.8 Yes
   • Versioned - 6 2 2 9 Yes
junit-jupiter-api-5.12.0.jar 233.3 kB 211 192 8 1.8 Yes
junit-jupiter-engine-5.12.0.jar 291.5 kB 171 150 9 1.8 Yes
junit-platform-commons-1.12.0.jar 151.9 kB 99 - - - -
   • Root - 88 69 9 1.8 Yes
   • Versioned - 11 5 1 9 Yes
junit-platform-engine-1.12.0.jar 255.8 kB 184 161 10 1.8 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.6.jar 2.2 MB 1094 1033 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
snakeyaml-2.4.jar 339.8 kB 281 - - - -
   • Root - 273 234 22 1.8 Yes
   • Versioned - 8 3 2 9 Yes
model-v0.110.jar 551.1 kB 335 222 28 11 Yes
Total Size Entries Classes Packages Java Version Debug Information
40 23.8 MB 15632 14029 590 11 39
compile: 21 compile: 10.9 MB compile: 6216 compile: 5301 compile: 246 11 compile: 21
runtime: 1 runtime: 527.5 kB runtime: 411 runtime: 375 runtime: 31 runtime: 1
test: 18 test: 12.3 MB test: 9005 test: 8353 test: 313 11 test: 17