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:
provided
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId |
ArtifactId |
Version |
Type |
Licenses |
Optional |
javax.servlet |
jsp-api |
2.0 |
jar |
- |
Yes |
javax.servlet |
servlet-api |
2.5 |
jar |
- |
Yes |
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 |
Optional |
commons-collections |
commons-collections |
3.2.2 |
jar |
Apache License, Version 2.0 |
Yes |
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 |
commons-logging |
commons-logging |
1.3.5 |
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 Dependency Graph
Dependency Tree
- commons-jxpath:commons-jxpath:jar:1.4.0
![[Information]](./images/icon_info_sml.gif)
Apache Commons JXPath |
Description: A Java-based implementation of XPath 1.0 that, in addition to XML processing, can inspect/modify Java object graphs (the library's explicit purpose) and even mixed Java/XML structures.
URL: https://commons.apache.org/proper/commons-jxpath/
Project Licenses: Apache-2.0 |
- javax.servlet:servlet-api:jar:2.5 (provided)
![[Information]](./images/icon_info_sml.gif)
servlet-api |
Description: There is currently no description associated with this project.
Project Licenses: No licenses are defined for this project. |
- javax.servlet:jsp-api:jar:2.0 (provided)
![[Information]](./images/icon_info_sml.gif)
jsp-api |
Description: There is currently no description associated with this project.
Project Licenses: No licenses are defined for this project. |
- org.junit.jupiter:junit-jupiter-engine:jar:5.11.4 (test)
- org.junit.platform:junit-platform-engine:jar:1.11.4 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-commons:jar:1.11.4 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.jupiter:junit-jupiter-api:jar:5.11.4 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
![[Information]](./images/icon_info_sml.gif)
- org.jdom:jdom:jar:1.1.3 (compile)
![[Information]](./images/icon_info_sml.gif)
- commons-beanutils:commons-beanutils:jar:1.10.1 (compile)
- commons-logging:commons-logging:jar:1.3.5 (runtime)
![[Information]](./images/icon_info_sml.gif)
- commons-collections:commons-collections:jar:3.2.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.mockrunner:mockrunner-jdk1.3-j2ee1.3:jar:0.4 (test)
- jdom:jdom:jar:1.0 (test)
![[Information]](./images/icon_info_sml.gif)
jdom |
Description: There is currently no description associated with this project.
Project Licenses: No licenses are defined for this project. |
- junit:junit:jar:3.8.1 (test)
![[Information]](./images/icon_info_sml.gif)
- org.mockejb:mockejb:jar:0.6-beta2 (test)
- cglib:cglib-full:jar:2.0.2 (test)
![[Information]](./images/icon_info_sml.gif)
cglib-full |
Description: There is currently no description associated with this project.
Project Licenses: No licenses are defined for this project. |
- xerces:xercesImpl:jar:2.9.0 (test)
![[Information]](./images/icon_info_sml.gif)
Xerces2 Java Parser |
Description: Xerces2 is the next generation of high performance, fully compliant XML parsers in the
Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI),
a complete framework for building parser components and configurations that is extremely
modular and easy to program.
URL: http://xerces.apache.org/xerces2-j
Project Licenses: The Apache Software License, Version 2.0 |
- xml-apis:xml-apis:jar:1.3.04 (test)
![[Information]](./images/icon_info_sml.gif)
XML Commons External Components XML APIs |
Description: xml-commons provides an Apache-hosted set of DOM, SAX, and
JAXP interfaces for use in other xml-based projects. Our hope is that we
can standardize on both a common version and packaging scheme for these
critical XML standards interfaces to make the lives of both our developers
and users easier. The External Components portion of xml-commons contains
interfaces that are defined by external standards organizations. For DOM,
that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for
JAXP it's Sun.
URL: http://xml.apache.org/commons/components/external/
Project Licenses: The Apache Software License, Version 2.0 |
- org.apache.commons:commons-lang3:jar:3.17.0 (test)
![[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 and 21 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 |
- commons-io:commons-io:jar:2.19.0 (test)
![[Information]](./images/icon_info_sml.gif)
Licenses
Similar to Apache License but with the acknowledgment clause removed: JDOM
Unknown: cglib-full, jdom, jsp-api, servlet-api
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Mockrunner License, based on Apache Software License, version
1.1: MockRunner
Apache-2.0: Apache Commons BeanUtils, Apache Commons IO, Apache Commons JXPath, Apache Commons Lang, Apache Commons Logging
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
Apache License, Version 2.0: Apache Commons Collections
Common Public License Version 1.0: JUnit
The Apache Software License, Version 2.0: Mock EJB, XML Commons External Components XML APIs, Xerces2 Java Parser
Dependency File Details
Filename |
Size |
Entries |
Classes |
Packages |
Java Version |
Debug Information |
cglib-full-2.0.2.jar |
307.9 kB |
264 |
245 |
9 |
1.2 |
Yes |
mockrunner-jdk1.3-j2ee1.3-0.4.jar |
431.7 kB |
295 |
254 |
19 |
1.3 |
Yes |
commons-io-2.19.0.jar |
556.1 kB |
408 |
- |
- |
- |
- |
• Root |
- |
407 |
380 |
15 |
1.8 |
Yes |
• Versioned |
- |
1 |
1 |
1 |
9 |
No |
commons-logging-1.3.5.jar |
73.7 kB |
42 |
- |
- |
- |
- |
• Root |
- |
41 |
27 |
2 |
1.8 |
Yes |
• Versioned |
- |
1 |
1 |
1 |
9 |
No |
jdom-1.0.jar |
153.3 kB |
87 |
75 |
8 |
1.1 |
Yes |
junit-3.8.1.jar |
121.1 kB |
119 |
100 |
6 |
1.1 |
Yes |
commons-lang3-3.17.0.jar |
673.6 kB |
426 |
- |
- |
- |
- |
• Root |
- |
425 |
395 |
18 |
1.8 |
Yes |
• Versioned |
- |
1 |
1 |
1 |
9 |
No |
apiguardian-api-1.1.2.jar |
6.8 kB |
9 |
3 |
2 |
1.6 |
Yes |
junit-jupiter-api-5.11.4.jar |
216.4 kB |
197 |
182 |
8 |
1.8 |
Yes |
junit-jupiter-engine-5.11.4.jar |
260.1 kB |
152 |
135 |
9 |
1.8 |
Yes |
junit-platform-commons-1.11.4.jar |
142 kB |
88 |
- |
- |
- |
- |
• Root |
- |
78 |
64 |
8 |
1.8 |
Yes |
• Versioned |
- |
10 |
4 |
1 |
9 |
Yes |
junit-platform-engine-1.11.4.jar |
246.8 kB |
177 |
158 |
10 |
1.8 |
Yes |
mockejb-0.6-beta2.jar |
120.3 kB |
94 |
86 |
5 |
1.2 |
Yes |
opentest4j-1.3.0.jar |
14.3 kB |
15 |
9 |
2 |
1.6 |
Yes |
xercesImpl-2.9.0.jar |
1.2 MB |
957 |
887 |
38 |
1.1 |
No |
xml-apis-1.3.04.jar |
194.4 kB |
344 |
303 |
25 |
1.1 |
No |
commons-beanutils-1.10.1.jar |
246.6 kB |
152 |
- |
- |
- |
- |
• Root |
- |
151 |
134 |
5 |
1.8 |
Yes |
• Versioned |
- |
1 |
1 |
1 |
9 |
No |
commons-collections-3.2.2.jar |
588.3 kB |
484 |
460 |
12 |
1.3 |
Yes |
jsp-api-2.0.jar |
50.5 kB |
56 |
42 |
3 |
1.2 |
Yes |
servlet-api-2.5.jar |
105.1 kB |
68 |
42 |
2 |
1.5 |
Yes |
jdom-1.1.3.jar |
151.3 kB |
86 |
73 |
7 |
1.2 |
Yes |
Total |
Size |
Entries |
Classes |
Packages |
Java Version |
Debug Information |
21 |
5.9 MB |
4520 |
4054 |
213 |
1.8 |
19 |
compile: 3 |
compile: 986.2 kB |
compile: 722 |
compile: 667 |
compile: 24 |
1.8 |
compile: 3 |
runtime: 1 |
runtime: 73.7 kB |
runtime: 42 |
runtime: 27 |
runtime: 2 |
runtime: 1 |
provided: 2 |
provided: 155.6 kB |
provided: 124 |
provided: 84 |
provided: 5 |
provided: 2 |
test: 15 |
test: 4.7 MB |
test: 3632 |
test: 3276 |
test: 182 |
1.8 |
test: 13 |
|