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-collections4 | 4.5.0 | jar | Apache-2.0 |
| org.apache.commons | commons-lang3 | 3.19.0 | jar | Apache-2.0 |
| org.apache.creadur.whisker | apache-whisker-app | 0.2-SNAPSHOT | jar | Apache License, Version 2 |
| org.apache.creadur.whisker | apache-whisker-model | 0.2-SNAPSHOT | jar | Apache License, Version 2 |
| org.apache.creadur.whisker | apache-whisker-scan | 0.2-SNAPSHOT | jar | Apache License, Version 2 |
| org.apache.creadur.whisker | apache-whisker-velocity | 0.2-SNAPSHOT | jar | Apache License, Version 2 |
| org.apache.creadur.whisker | apache-whisker-xml | 0.2-SNAPSHOT | jar | Apache License, Version 2 |
| org.apache.logging.log4j | log4j-api | 2.25.2 | jar | Apache-2.0 |
| org.apache.logging.log4j | log4j-core | 2.25.2 | jar | Apache-2.0 |
| org.apache.logging.log4j | log4j-to-slf4j | 2.25.2 | 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:
| GroupId | ArtifactId | Version | Type | Licenses |
|---|---|---|---|---|
| junit | junit | 4.13.2 | jar | Eclipse Public License 1.0 |
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 |
|---|---|---|---|---|
| org.apache.maven | maven-plugin-api | 3.9.11 | jar | Apache-2.0 |
| org.apache.maven.plugin-tools | maven-plugin-annotations | 3.15.1 | jar | Apache-2.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 |
|---|---|---|---|---|
| commons-io | commons-io | 2.20.0 | jar | Apache-2.0 |
| org.apache.velocity | velocity-engine-core | 2.4.1 | jar | Apache-2.0 |
| org.jdom | jdom2 | 2.0.6.1 | jar | Similar to Apache License but with the acknowledgment clause removed |
| org.slf4j | slf4j-api | 2.0.17 | 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 |
|---|---|---|---|---|
| org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
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 |
|---|---|---|---|---|
| org.apache.maven | maven-artifact | 3.9.11 | jar | Apache-2.0 |
| org.apache.maven | maven-model | 3.9.11 | jar | Apache-2.0 |
| org.codehaus.plexus | plexus-classworlds | 2.9.0 | jar | Apache-2.0 |
| org.codehaus.plexus | plexus-component-annotations | 2.1.0 | jar | Apache License, Version 2.0 |
| org.codehaus.plexus | plexus-utils | 3.6.0 | jar | Apache License, Version 2.0 |
| org.eclipse.sisu | org.eclipse.sisu.plexus | 0.9.0.M4 | jar | Eclipse Public License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.apache.creadur.whisker:apache-whisker-maven-plugin:maven-plugin:0.2-SNAPSHOT
- org.apache.maven:maven-plugin-api:jar:3.9.11 (provided)
- org.apache.maven:maven-model:jar:3.9.11 (provided)
![[Information]](./images/icon_info_sml.gif)
- org.apache.maven:maven-artifact:jar:3.9.11 (provided)
![[Information]](./images/icon_info_sml.gif)
- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.9.0.M4 (provided)
- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0 (provided)
![[Information]](./images/icon_info_sml.gif)
- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0 (provided)
- org.codehaus.plexus:plexus-utils:jar:3.6.0 (provided)
![[Information]](./images/icon_info_sml.gif)
- org.codehaus.plexus:plexus-classworlds:jar:2.9.0 (provided)
![[Information]](./images/icon_info_sml.gif)
- org.apache.maven:maven-model:jar:3.9.11 (provided)
- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.15.1 (provided)
![[Information]](./images/icon_info_sml.gif)
- org.apache.commons:commons-lang3:jar:3.19.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.apache.logging.log4j:log4j-api:jar:2.25.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.apache.logging.log4j:log4j-core:jar:2.25.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.apache.logging.log4j:log4j-to-slf4j:jar:2.25.2 (compile)
- org.slf4j:slf4j-api:jar:2.0.17 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.slf4j:slf4j-api:jar:2.0.17 (compile)
- junit:junit:jar:4.13.2 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
![[Information]](./images/icon_info_sml.gif)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.apache.creadur.whisker:apache-whisker-scan:jar:0.2-SNAPSHOT (compile)
![[Information]](./images/icon_info_sml.gif)
- org.apache.creadur.whisker:apache-whisker-model:jar:0.2-SNAPSHOT (compile)
![[Information]](./images/icon_info_sml.gif)
- org.apache.creadur.whisker:apache-whisker-app:jar:0.2-SNAPSHOT (compile)
- commons-io:commons-io:jar:2.20.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- commons-io:commons-io:jar:2.20.0 (compile)
- org.apache.creadur.whisker:apache-whisker-xml:jar:0.2-SNAPSHOT (compile)
- org.jdom:jdom2:jar:2.0.6.1 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.jdom:jdom2:jar:2.0.6.1 (compile)
- org.apache.creadur.whisker:apache-whisker-velocity:jar:0.2-SNAPSHOT (compile)
- org.apache.velocity:velocity-engine-core:jar:2.4.1 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.apache.velocity:velocity-engine-core:jar:2.4.1 (compile)
- org.apache.commons:commons-collections4:jar:4.5.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.apache.maven:maven-plugin-api:jar:3.9.11 (provided)
Licenses
Eclipse Public License, Version 2.0: org.eclipse.sisu:org.eclipse.sisu.plexus
Similar to Apache License but with the acknowledgment clause removed: JDOM
Eclipse Public License 1.0: JUnit
Apache License, Version 2: Apache Whisker::App, Apache Whisker::Maven Plugin, Apache Whisker::Model, Apache Whisker::Output(velocity), Apache Whisker::Scan, Apache Whisker::XML
Apache-2.0: Apache Commons Collections, Apache Commons IO, Apache Commons Lang, Apache Log4j API, Apache Log4j Core, Apache Velocity - Engine, Log4j API to SLF4J Adapter, Maven Artifact, Maven Model, Maven Plugin API, Maven Plugin Tools Java Annotations, Plexus Classworlds
Apache License, Version 2.0: Plexus :: Component Annotations, Plexus Common Utilities
MIT: SLF4J API Module
New BSD License: Hamcrest Core
Dependency File Details
| Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
|---|---|---|---|---|---|---|
| commons-io-2.20.0.jar | 564 kB | 415 | - | - | - | - |
| • Root | - | 414 | 387 | 15 | 1.8 | Yes |
| • Versioned | - | 1 | 1 | 1 | 9 | No |
| junit-4.13.2.jar | 384.6 kB | 389 | 350 | 32 | 1.5 | Yes |
| commons-collections4-4.5.0.jar | 898.7 kB | 647 | - | - | - | - |
| • Root | - | 646 | 614 | 20 | 1.8 | Yes |
| • Versioned | - | 1 | 1 | 1 | 9 | No |
| commons-lang3-3.19.0.jar | 709.1 kB | 451 | - | - | - | - |
| • Root | - | 449 | 418 | 18 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| apache-whisker-app/target/classes | - | 0 | 0 | 0 | - | - |
| apache-whisker-model/target/classes | - | 0 | 0 | 0 | - | - |
| apache-whisker-scan/target/classes | - | 0 | 0 | 0 | - | - |
| apache-whisker-velocity/target/classes | - | 0 | 0 | 0 | - | - |
| apache-whisker-xml/target/classes | - | 0 | 0 | 0 | - | - |
| log4j-api-2.25.2.jar | 349.6 kB | 251 | - | - | - | - |
| • Root | - | 240 | 209 | 11 | 1.8 | Yes |
| • Versioned | - | 11 | 4 | 2 | 9 | Yes |
| log4j-core-2.25.2.jar | 2 MB | 1380 | - | - | - | - |
| • Root | - | 1364 | 1264 | 59 | 1.8 | Yes |
| • Versioned | - | 16 | 6 | 3 | 9 | Yes |
| log4j-to-slf4j-2.25.2.jar | 24.2 kB | 26 | 10 | 2 | 1.8 | Yes |
| maven-artifact-3.9.11.jar | 58.8 kB | 59 | 34 | 11 | 1.8 | Yes |
| maven-model-3.9.11.jar | 217.9 kB | 97 | 80 | 3 | 1.8 | Yes |
| maven-plugin-api-3.9.11.jar | 47.1 kB | 48 | 27 | 6 | 1.8 | Yes |
| maven-plugin-annotations-3.15.1.jar | 13.8 kB | 22 | 7 | 1 | 1.8 | Yes |
| velocity-engine-core-2.4.1.jar | 515.7 kB | 289 | 255 | 18 | 1.8 | Yes |
| plexus-classworlds-2.9.0.jar | 54.1 kB | 51 | 36 | 5 | 1.8 | Yes |
| plexus-component-annotations-2.1.0.jar | 4.2 kB | 15 | 3 | 1 | 1.6 | No |
| plexus-utils-3.6.0.jar | 271.8 kB | 152 | - | - | - | - |
| • Root | - | 134 | 108 | 9 | 1.8 | Yes |
| • Versioned | - | 6 | 1 | 1 | 9 | Yes |
| • Versioned | - | 6 | 1 | 1 | 10 | Yes |
| • Versioned | - | 6 | 1 | 1 | 11 | Yes |
| org.eclipse.sisu.plexus-0.9.0.M4.jar | 215.8 kB | 204 | 167 | 20 | 1.8 | Yes |
| hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
| jdom2-2.0.6.1.jar | 327.8 kB | 227 | 207 | 15 | 1.5 | Yes |
| slf4j-api-2.0.17.jar | 69.9 kB | 71 | - | - | - | - |
| • Root | - | 69 | 55 | 4 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
| 24 | 6.8 MB | 4846 | 4276 | 253 | 1.8 | 18 |
| compile: 14 | compile: 5.5 MB | compile: 3757 | compile: 3419 | compile: 162 | 1.8 | compile: 9 |
| provided: 8 | provided: 883.6 kB | provided: 648 | provided: 462 | provided: 56 | provided: 7 | |
| test: 2 | test: 429.6 kB | test: 441 | test: 395 | test: 35 | 1.5 | test: 2 |
Apache Whisker
Maven