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 |
| org.apache.commons |
commons-lang3 |
3.20.0 |
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:
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
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 |
| commons-codec |
commons-codec |
1.19.0 |
jar |
Apache-2.0 |
| net.sf.jopt-simple |
jopt-simple |
5.0.4 |
jar |
The MIT License |
| org.apache.commons |
commons-math3 |
3.6.1 |
jar |
Apache License, Version 2.0 |
| org.apache.commons |
commons-rng-client-api |
1.7 |
jar |
Apache-2.0 |
| org.apache.commons |
commons-rng-core |
1.7 |
jar |
Apache-2.0 |
| org.apiguardian |
apiguardian-api |
1.1.2 |
jar |
The Apache License, Version 2.0 |
| org.graalvm.polyglot |
polyglot |
25.1.3 |
jar |
Universal Permissive License, Version 1.0 |
| org.graalvm.regex |
regex |
25.1.3 |
jar |
Universal Permissive License, Version 1.0 |
| org.graalvm.sdk |
collections |
25.1.3 |
jar |
Universal Permissive License, Version 1.0 |
| org.graalvm.sdk |
jniutils |
25.1.3 |
jar |
Universal Permissive License, Version 1.0 |
| org.graalvm.sdk |
nativeimage |
25.1.3 |
jar |
Universal Permissive License, Version 1.0 |
| org.graalvm.sdk |
word |
25.1.3 |
jar |
Universal Permissive License, Version 1.0 |
| org.graalvm.shadowed |
icu4j |
25.1.3 |
jar |
Unicode/ICU License |
| org.graalvm.shadowed |
xz |
25.1.3 |
jar |
Universal Permissive License, Version 1.0 |
| org.graalvm.truffle |
truffle-api |
25.1.3 |
jar |
Universal Permissive License, Version 1.0 |
| org.graalvm.truffle |
truffle-compiler |
25.1.3 |
jar |
Universal Permissive License, Version 1.0 |
| org.junit.jupiter |
junit-jupiter-api |
5.14.4 |
jar |
Eclipse Public License v2.0 |
| org.junit.jupiter |
junit-jupiter-engine |
5.14.4 |
jar |
Eclipse Public License v2.0 |
| org.junit.jupiter |
junit-jupiter-params |
5.14.4 |
jar |
Eclipse Public License v2.0 |
| org.junit.platform |
junit-platform-commons |
1.14.4 |
jar |
Eclipse Public License v2.0 |
| org.junit.platform |
junit-platform-engine |
1.14.4 |
jar |
Eclipse Public License v2.0 |
| org.junit.platform |
junit-platform-launcher |
1.14.4 |
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
- org.apache.commons:commons-text:jar:1.15.1-SNAPSHOT
- org.apache.commons:commons-lang3:jar:3.20.0 (compile)
![[Information]](./images/icon_info_sml.gif)
| Apache Commons Lang |
|
Description: Apache Commons Lang, a package of Java utility classes for the
classes that are in java.lang's hierarchy, or are considered to be so
standard as to justify existence in java.lang.
The code is tested using the latest revision of the JDK for supported
LTS releases: 8, 11, 17, 21 and 25 currently.
See https://github.com/apache/commons-lang/blob/master/.github/workflows/maven.yml
Please ensure your build environment is up-to-date and kindly report any build issues.
URL: https://commons.apache.org/proper/commons-lang/
Project Licenses: Apache-2.0 |
- org.junit.jupiter:junit-jupiter:jar:5.14.4 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.14.4 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-commons:jar:1.14.4 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.jupiter:junit-jupiter-params:jar:5.14.4 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.jupiter:junit-jupiter-engine:jar:5.14.4 (test)
- org.junit.platform:junit-platform-engine:jar:1.14.4 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit-pioneer:junit-pioneer:jar:1.9.1 (test)
- org.junit.platform:junit-platform-launcher:jar:1.14.4 (test)
![[Information]](./images/icon_info_sml.gif)
- net.bytebuddy:byte-buddy:jar:1.18.10 (test)
![[Information]](./images/icon_info_sml.gif)
| Byte Buddy (without dependencies) |
|
Description: Byte Buddy is a Java library for creating Java classes at run time.
This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space.
URL: https://bytebuddy.net/byte-buddy
Project Licenses: Apache License, Version 2.0 |
- net.bytebuddy:byte-buddy-agent:jar:1.18.10 (test)
![[Information]](./images/icon_info_sml.gif)
- commons-io:commons-io:jar:2.22.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apache.commons:commons-rng-simple:jar:1.7 (test)
- org.apache.commons:commons-rng-client-api:jar:1.7 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apache.commons:commons-rng-core:jar:1.7 (test)
![[Information]](./images/icon_info_sml.gif)
| Apache Commons RNG Core |
|
Description: Pure Java implementations of random numbers generator algorithms.
Code in this module should not be used directly by applications; please use
the client interface defined in module "commons-rng-client-api" and the factory
methods defined in module "commons-rng-simple". In a future release, modularization
may be enforced through JPMS access restrictions.
URL: https://commons.apache.org/proper/commons-rng/commons-rng-core/
Project Licenses: Apache-2.0 |
- org.openjdk.jmh:jmh-core:jar:1.37 (test)
- net.sf.jopt-simple:jopt-simple:jar:5.0.4 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apache.commons:commons-math3:jar:3.6.1 (test)
![[Information]](./images/icon_info_sml.gif)
| Apache Commons Math |
|
Description: The Apache Commons Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.
URL: http://commons.apache.org/proper/commons-math/
Project Licenses: Apache License, Version 2.0 |
- org.openjdk.jmh:jmh-generator-annprocess:jar:1.37 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apache.commons:commons-csv:jar:1.14.1 (test)
- commons-codec:commons-codec:jar:1.19.0 (test)
![[Information]](./images/icon_info_sml.gif)
| Apache Commons Codec |
|
Description: The Apache Commons Codec component contains encoders and decoders for
formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
URL: https://commons.apache.org/proper/commons-codec/
Project Licenses: Apache-2.0 |
- org.mockito:mockito-inline:jar:5.2.0 (test)
- org.mockito:mockito-core:jar:5.2.0 (test)
- org.objenesis:objenesis:jar:3.3 (test)
![[Information]](./images/icon_info_sml.gif)
- org.graalvm.js:js-language:jar:25.1.3 (test)
![[Information]](./images/icon_info_sml.gif)
| Graaljs |
|
Description: GraalJS, a high-performance embeddable JavaScript runtime for Java. This artifact includes the core language runtime without standard libraries. It is not recommended to depend on the artifact directly. Instead, use 'org.graalvm.polyglot:js' or 'org.graalvm.polyglot:js-community' to ensure all dependencies are pulled in correctly.
URL: https://www.graalvm.org/javascript
Project Licenses: Universal Permissive License, Version 1.0, MIT License |
- org.graalvm.regex:regex:jar:25.1.3 (test)
![[Information]](./images/icon_info_sml.gif)
- org.graalvm.truffle:truffle-api:jar:25.1.3 (test)
- org.graalvm.sdk:collections:jar:25.1.3 (test)
![[Information]](./images/icon_info_sml.gif)
- org.graalvm.sdk:jniutils:jar:25.1.3 (test)
![[Information]](./images/icon_info_sml.gif)
- org.graalvm.polyglot:polyglot:jar:25.1.3 (test)
- org.graalvm.sdk:nativeimage:jar:25.1.3 (test)
- org.graalvm.sdk:word:jar:25.1.3 (test)
![[Information]](./images/icon_info_sml.gif)
- org.graalvm.shadowed:icu4j:jar:25.1.3 (test)
- org.graalvm.shadowed:xz:jar:25.1.3 (test)
![[Information]](./images/icon_info_sml.gif)
- org.graalvm.truffle:truffle-runtime:jar:25.1.3 (test)
- org.graalvm.truffle:truffle-compiler:jar:25.1.3 (test)
![[Information]](./images/icon_info_sml.gif)
- org.graalvm.js:js-scriptengine:jar:25.1.3 (test)
![[Information]](./images/icon_info_sml.gif)
| Graaljs Scriptengine |
|
Description: GraalJS, a high-performance embeddable JavaScript runtime for Java. This artifact provides an implementation of javax.script.ScriptEngine (JSR-223) based on GraalJS. Note that this is provided for legacy reasons to allow easier migration for implementations currently based on a ScriptEngine. We strongly encourage users to only use 'org.graalvm.polyglot:js' or 'org.graalvm.polyglot:js-community' via org.graalvm.polyglot.Context to control many of the settings directly and benefit from fine-grained security settings in GraalVM.
URL: https://www.graalvm.org/javascript
Project Licenses: Universal Permissive License, Version 1.0 |
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
The MIT License: JOpt Simple, mockito-core, mockito-inline
Universal Permissive License, Version 1.0: Collections, Graaljs, Graaljs Scriptengine, Jniutils, Nativeimage, Polyglot, Tregex, Truffle API, Truffle Compiler, Truffle Runtime, Truffle Xz, Word
MIT License: Graaljs
Apache-2.0: Apache Commons CSV, Apache Commons Codec, Apache Commons IO, Apache Commons Lang, Apache Commons RNG Client API, Apache Commons RNG Core, Apache Commons RNG Simple, Apache Commons Text
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API, JUnit Platform Launcher, junit-pioneer
Apache License, Version 2.0: Apache Commons Math, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis
Unicode/ICU License: Truffle Icu4j
GNU General Public License (GPL), version 2, with the Classpath exception: JMH Core, JMH Generators: Annotation Processors
Dependency File Details
| Filename |
Size |
Entries |
Classes |
Packages |
Java Version |
Debug Information |
| 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.22.0.jar |
609.2 kB |
458 |
- |
- |
- |
- |
| • Root |
- |
456 |
428 |
15 |
1.8 |
Yes |
| • Versioned |
- |
2 |
1 |
1 |
9 |
No |
| byte-buddy-1.18.10.jar |
4.7 MB |
3134 |
- |
- |
- |
- |
| • Root |
- |
3102 |
3048 |
39 |
1.8 |
Yes |
| • Versioned |
- |
2 |
1 |
1 |
9 |
No |
| • Versioned |
- |
30 |
25 |
1 |
24 |
Yes |
| byte-buddy-agent-1.18.10.jar |
267.6 kB |
93 |
- |
- |
- |
- |
| • Root |
- |
91 |
72 |
2 |
1.8 |
Yes |
| • Versioned |
- |
2 |
1 |
1 |
9 |
No |
| jopt-simple-5.0.4.jar |
78.1 kB |
71 |
59 |
3 |
1.7 |
Yes |
| 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.20.0.jar |
713.9 kB |
454 |
- |
- |
- |
- |
| • Root |
- |
452 |
421 |
18 |
1.8 |
Yes |
| • Versioned |
- |
2 |
1 |
1 |
9 |
No |
| commons-math3-3.6.1.jar |
2.2 MB |
1402 |
1301 |
75 |
1.5 |
Yes |
| commons-rng-client-api-1.7.jar |
27.9 kB |
30 |
- |
- |
- |
- |
| • Root |
- |
28 |
14 |
1 |
1.8 |
Yes |
| • Versioned |
- |
2 |
1 |
1 |
9 |
No |
| commons-rng-core-1.7.jar |
126.3 kB |
108 |
- |
- |
- |
- |
| • Root |
- |
106 |
88 |
4 |
1.8 |
Yes |
| • Versioned |
- |
2 |
1 |
1 |
9 |
No |
| commons-rng-simple-1.7.jar |
54.2 kB |
55 |
- |
- |
- |
- |
| • Root |
- |
53 |
37 |
2 |
1.8 |
Yes |
| • Versioned |
- |
2 |
1 |
1 |
9 |
No |
| apiguardian-api-1.1.2.jar |
6.8 kB |
9 |
3 |
2 |
1.6 |
Yes |
| js-language-25.1.3.jar |
27.7 MB |
5295 |
5288 |
56 |
17 |
Yes |
| js-scriptengine-25.1.3.jar |
70 kB |
21 |
19 |
2 |
17 |
Yes |
| polyglot-25.1.3.jar |
514 kB |
157 |
153 |
9 |
17 |
Yes |
| regex-25.1.3.jar |
3.9 MB |
638 |
635 |
32 |
17 |
Yes |
| collections-25.1.3.jar |
128.7 kB |
47 |
45 |
2 |
17 |
Yes |
| jniutils-25.1.3.jar |
280.8 kB |
152 |
149 |
2 |
17 |
Yes |
| nativeimage-25.1.3.jar |
249.8 kB |
206 |
202 |
12 |
11 |
Yes |
| word-25.1.3.jar |
73.2 kB |
21 |
18 |
3 |
11 |
Yes |
| icu4j-25.1.3.jar |
18.6 MB |
6073 |
1741 |
23 |
17 |
Yes |
| xz-25.1.3.jar |
328.3 kB |
126 |
124 |
10 |
17 |
Yes |
| truffle-api-25.1.3.jar |
16.8 MB |
3522 |
- |
- |
- |
- |
| • Root |
- |
3518 |
3499 |
37 |
17 |
Yes |
| • Versioned |
- |
2 |
2 |
2 |
9 |
Yes |
| • Versioned |
- |
2 |
2 |
2 |
21 |
Yes |
| truffle-compiler-25.1.3.jar |
54.6 kB |
28 |
26 |
4 |
17 |
Yes |
| truffle-runtime-25.1.3.jar |
934.7 kB |
201 |
197 |
9 |
17 |
Yes |
| junit-pioneer-1.9.1.jar |
200 kB |
171 |
156 |
9 |
1.8 |
Yes |
| junit-jupiter-5.14.4.jar |
6.4 kB |
5 |
1 |
1 |
9 |
No |
| junit-jupiter-api-5.14.4.jar |
242.5 kB |
217 |
202 |
8 |
1.8 |
Yes |
| junit-jupiter-engine-5.14.4.jar |
344 kB |
179 |
162 |
9 |
1.8 |
Yes |
| junit-jupiter-params-5.14.4.jar |
663.1 kB |
433 |
399 |
22 |
1.8 |
Yes |
| junit-platform-commons-1.14.4.jar |
164.4 kB |
105 |
- |
- |
- |
- |
| • Root |
- |
94 |
78 |
10 |
1.8 |
Yes |
| • Versioned |
- |
11 |
5 |
1 |
9 |
Yes |
| junit-platform-engine-1.14.4.jar |
271.7 kB |
191 |
172 |
10 |
1.8 |
Yes |
| junit-platform-launcher-1.14.4.jar |
223.2 kB |
144 |
129 |
7 |
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 |
| jmh-core-1.37.jar |
553 kB |
363 |
332 |
13 |
1.8 |
Yes |
| jmh-generator-annprocess-1.37.jar |
30.9 kB |
26 |
8 |
2 |
1.8 |
Yes |
| opentest4j-1.3.0.jar |
14.3 kB |
15 |
9 |
2 |
1.6 |
Yes |
| Total |
Size |
Entries |
Classes |
Packages |
Java Version |
Debug Information |
| 39 |
82.2 MB |
25149 |
19958 |
537 |
17 |
37 |
| compile: 1 |
compile: 713.9 kB |
compile: 454 |
compile: 421 |
compile: 18 |
1.8 |
compile: 1 |
| test: 38 |
test: 81.5 MB |
test: 24695 |
test: 19537 |
test: 519 |
17 |
test: 36 |
|