-
Home
- Project Documentation Project Information 9
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.gotson | webp-imageio | 0.2.2 | jar | Apache License, Version 2.0 |
| org.apache.velocity.tools | velocity-tools-generic | 3.1 | jar | Apache License, Version 2.0 |
| org.graalvm.polyglot | js | 25.0.3 | pom | MIT LicenseUniversal Permissive License, Version 1.0 |
| org.graalvm.polyglot | polyglot | 25.0.3 | jar | Universal Permissive License, Version 1.0 |
| org.jsoup | jsoup | 1.22.2 | jar | The 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 |
|---|---|---|---|---|
| org.junit.jupiter | junit-jupiter-engine | 5.14.3 | jar | Eclipse Public License v2.0 |
| org.junit.platform | junit-platform-launcher | 1.14.3 | jar | Eclipse Public License v2.0 |
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.cliftonlabs | json-simple | 3.0.2 | jar | The Apache Software License, Version 2.0 |
| commons-beanutils | commons-beanutils | 1.9.4 | jar | Apache License, Version 2.0 |
| commons-collections | commons-collections | 3.2.2 | jar | Apache License, Version 2.0 |
| commons-logging | commons-logging | 1.2 | jar | The Apache Software License, Version 2.0 |
| org.apache.commons | commons-digester3 | 3.2 | jar | The Apache Software License, Version 2.0 |
| org.apache.commons | commons-lang3 | 3.10 | jar | Apache License, Version 2.0 |
| org.apache.velocity | velocity-engine-core | 2.3 | jar | Apache License, Version 2.0 |
| org.graalvm.sdk | collections | 25.0.3 | jar | Universal Permissive License, Version 1.0 |
| org.graalvm.sdk | nativeimage | 25.0.3 | jar | Universal Permissive License, Version 1.0 |
| org.graalvm.sdk | word | 25.0.3 | jar | Universal Permissive License, Version 1.0 |
| org.slf4j | slf4j-api | 1.7.30 | jar | MIT License |
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 |
|---|---|---|---|---|
| org.graalvm.js | js | 25.0.3 | pom | Universal Permissive License, Version 1.0MIT License |
| org.graalvm.js | js-language | 25.0.3 | jar | Universal Permissive License, Version 1.0MIT License |
| org.graalvm.regex | regex | 25.0.3 | jar | Universal Permissive License, Version 1.0 |
| org.graalvm.sdk | jniutils | 25.0.3 | jar | Universal Permissive License, Version 1.0 |
| org.graalvm.shadowed | icu4j | 25.0.3 | jar | Unicode/ICU License |
| org.graalvm.shadowed | xz | 25.0.3 | jar | Universal Permissive License, Version 1.0 |
| org.graalvm.truffle | truffle-api | 25.0.3 | jar | Universal Permissive License, Version 1.0 |
| org.graalvm.truffle | truffle-compiler | 25.0.3 | jar | Universal Permissive License, Version 1.0 |
| org.graalvm.truffle | truffle-runtime | 25.0.3 | jar | Universal Permissive License, Version 1.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 |
|---|---|---|---|---|
| org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
| org.junit.jupiter | junit-jupiter-api | 5.14.3 | jar | Eclipse Public License v2.0 |
| org.junit.platform | junit-platform-commons | 1.14.3 | jar | Eclipse Public License v2.0 |
| org.junit.platform | junit-platform-engine | 1.14.3 | jar | Eclipse Public License v2.0 |
| org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.sentrysoftware.maven:maven-skin-tools:jar:1.8.01
- org.junit.platform:junit-platform-launcher:jar:1.14.3 (test)
- org.junit.platform:junit-platform-engine:jar:1.14.3 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.14.3 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.14.3 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.14.3 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.14.3 (test)
- org.apache.velocity.tools:velocity-tools-generic:jar:3.1 (compile)
- org.apache.velocity:velocity-engine-core:jar:2.3 (compile)
- commons-beanutils:commons-beanutils:jar:1.9.4 (compile)
- commons-logging:commons-logging:jar:1.2 (compile)
- commons-collections:commons-collections:jar:3.2.2 (compile)
- org.apache.commons:commons-digester3:jar:3.2 (compile)
- org.apache.commons:commons-lang3:jar:3.10 (compile)
- org.slf4j:slf4j-api:jar:1.7.30 (compile)
- com.github.cliftonlabs:json-simple:jar:3.0.2 (compile)
- org.jsoup:jsoup:jar:1.22.2 (compile)
- org.graalvm.polyglot:polyglot:jar:25.0.3 (compile)
- org.graalvm.sdk:collections:jar:25.0.3 (compile)
- org.graalvm.sdk:nativeimage:jar:25.0.3 (compile)
- org.graalvm.sdk:word:jar:25.0.3 (compile)
- org.graalvm.polyglot:js:pom:25.0.3 (compile)
- org.graalvm.js:js:pom:25.0.3 (runtime)
- org.graalvm.js:js-language:jar:25.0.3 (runtime)
- org.graalvm.regex:regex:jar:25.0.3 (runtime)
- org.graalvm.truffle:truffle-api:jar:25.0.3 (runtime)
- org.graalvm.shadowed:icu4j:jar:25.0.3 (runtime)
- org.graalvm.shadowed:xz:jar:25.0.3 (runtime)
- org.graalvm.truffle:truffle-runtime:jar:25.0.3 (runtime)
- org.graalvm.sdk:jniutils:jar:25.0.3 (runtime)
- org.graalvm.truffle:truffle-compiler:jar:25.0.3 (runtime)
- org.graalvm.js:js-language:jar:25.0.3 (runtime)
- org.graalvm.js:js:pom:25.0.3 (runtime)
- com.github.gotson:webp-imageio:jar:0.2.2 (compile)
- org.junit.platform:junit-platform-launcher:jar:1.14.3 (test)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: Graaljs, Js Pom, Js Pom Polyglot, SLF4J API Module
The MIT License: jsoup Java HTML Parser
Universal Permissive License, Version 1.0: Collections, Graaljs, Jniutils, Js Pom, Js Pom Polyglot, Nativeimage, Polyglot, Tregex, Truffle API, Truffle Compiler, Truffle Runtime, Truffle Xz, Word
Apache-2.0: Sentry Maven Skin Tools
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API, JUnit Platform Launcher
Apache License, Version 2.0: Apache Commons BeanUtils, Apache Commons Collections, Apache Commons Lang, Apache Velocity - Engine, Apache Velocity Tools - Generic tools, webp-imageio
Unicode/ICU License: Truffle Icu4j
The Apache Software License, Version 2.0: Apache Commons Digester, Apache Commons Logging, JSON.simple
Dependency File Details
| Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
|---|---|---|---|---|---|---|
| Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
| json-simple-3.0.2.jar | 35.1 kB | 28 | 17 | 1 | 1.7 | Yes |
| webp-imageio-0.2.2.jar | 2.9 MB | 54 | 15 | 2 | 1.8 | Yes |
| commons-beanutils-1.9.4.jar | 246.9 kB | 154 | 137 | 5 | 1.6 | Yes |
| commons-collections-3.2.2.jar | 588.3 kB | 484 | 460 | 12 | 1.3 | Yes |
| commons-logging-1.2.jar | 61.8 kB | 42 | 28 | 2 | 1.2 | Yes |
| commons-digester3-3.2.jar | 241.6 kB | 213 | 189 | 11 | 1.5 | Yes |
| commons-lang3-3.10.jar | 523.4 kB | 314 | 288 | 14 | 1.8 | Yes |
| velocity-engine-core-2.3.jar | 531.3 kB | 299 | 256 | 19 | 1.8 | Yes |
| velocity-tools-generic-3.1.jar | 216.9 kB | 116 | 98 | 3 | 1.8 | Yes |
| apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
| js-25.0.3.pom | 1.8 kB | - | - | - | - | - |
| js-language-25.0.3.jar | 26.5 MB | 5145 | 5138 | 56 | 17 | Yes |
| js-25.0.3.pom | 1.7 kB | - | - | - | - | - |
| polyglot-25.0.3.jar | 515.5 kB | 155 | 151 | 9 | 17 | Yes |
| regex-25.0.3.jar | 3.9 MB | 664 | 661 | 33 | 17 | Yes |
| collections-25.0.3.jar | 124.5 kB | 48 | 46 | 2 | 17 | Yes |
| jniutils-25.0.3.jar | 276.7 kB | 148 | 146 | 2 | 17 | Yes |
| nativeimage-25.0.3.jar | 231.2 kB | 196 | 192 | 11 | 11 | Yes |
| word-25.0.3.jar | 40.3 kB | 16 | 14 | 3 | 11 | Yes |
| icu4j-25.0.3.jar | 18 MB | 5878 | 1715 | 22 | 17 | Yes |
| xz-25.0.3.jar | 328.3 kB | 126 | 124 | 10 | 17 | Yes |
| truffle-api-25.0.3.jar | 14 MB | 2947 | - | - | - | - |
| • Root | - | 2943 | 2925 | 35 | 17 | Yes |
| • Versioned | - | 2 | 2 | 2 | 9 | Yes |
| • Versioned | - | 2 | 2 | 2 | 21 | Yes |
| truffle-compiler-25.0.3.jar | 63.5 kB | 31 | 29 | 4 | 17 | Yes |
| truffle-runtime-25.0.3.jar | 861.1 kB | 184 | 179 | 9 | 17 | Yes |
| jsoup-1.22.2.jar | 512.8 kB | 329 | - | - | - | - |
| • Root | - | 321 | 301 | 7 | 1.8 | Yes |
| • Versioned | - | 8 | 4 | 2 | 11 | Yes |
| junit-jupiter-api-5.14.3.jar | 242.5 kB | 217 | 202 | 8 | 1.8 | Yes |
| junit-jupiter-engine-5.14.3.jar | 343.3 kB | 179 | 162 | 9 | 1.8 | Yes |
| junit-platform-commons-1.14.3.jar | 164.4 kB | 105 | - | - | - | - |
| • Root | - | 94 | 78 | 10 | 1.8 | Yes |
| • Versioned | - | 11 | 5 | 1 | 9 | Yes |
| junit-platform-engine-1.14.3.jar | 271.7 kB | 191 | 172 | 10 | 1.8 | Yes |
| junit-platform-launcher-1.14.3.jar | 223.2 kB | 144 | 129 | 7 | 1.8 | Yes |
| opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
| slf4j-api-1.7.30.jar | 41.5 kB | 46 | 34 | 4 | 1.5 | Yes |
| 32 | 72 MB | 18477 | 13898 | 324 | 17 | 30 |
| compile: 16 | compile: 6.8 MB | compile: 2494 | compile: 2226 | compile: 105 | 17 | compile: 15 |
| runtime: 9 | runtime: 64 MB | runtime: 15123 | runtime: 10917 | runtime: 171 | runtime: 8 | |
| test: 7 | test: 1.3 MB | test: 860 | test: 755 | test: 48 | 1.8 | test: 7 |
