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.velocity | velocity-engine-core | 2.3 | jar | Apache License, Version 2.0 |
org.codehaus.modello | modello-core | 2.0.0 | jar | The MIT License |
org.codehaus.modello | modello-maven-plugin | 2.0.0 | jar | The MIT License |
org.codehaus.modello | modello-plugin-xml | 2.0.0 | jar | The MIT License |
org.codehaus.plexus | plexus-utils | 3.4.2 | jar | Apache License, Version 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 |
---|---|---|---|---|
org.hamcrest | hamcrest-core | 2.2 | jar | BSD License 3 |
org.junit.jupiter | junit-jupiter-engine | 5.8.1 | jar | Eclipse Public License v2.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-core | 3.8.6 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-plugin-api | 3.8.6 | jar | Apache License, Version 2.0 |
org.apache.maven.plugin-tools | maven-plugin-annotations | 3.6.4 | jar | Apache License, Version 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:
runtime
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
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.hamcrest | hamcrest | 2.2 | jar | BSD License 3 |
org.junit.jupiter | junit-jupiter-api | 5.8.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.8.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.8.1 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.2.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.apache.maven:modello-plugin-velocity:maven-plugin:4.0.0-alpha-3
- org.codehaus.plexus:plexus-utils:jar:3.4.2 (compile)
- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4 (provided)
- org.apache.maven:maven-plugin-api:jar:3.8.6 (provided)
- org.apache.maven:maven-core:jar:3.8.6 (provided)
- org.codehaus.modello:modello-maven-plugin:jar:2.0.0 (compile)
- org.codehaus.modello:modello-plugin-converters:jar:2.0.0 (runtime)
- org.codehaus.modello:modello-plugin-dom4j:jar:2.0.0 (runtime)
- org.codehaus.modello:modello-plugin-jackson:jar:2.0.0 (runtime)
- com.fasterxml.jackson.core:jackson-core:jar:2.13.1 (runtime)
- com.fasterxml.jackson.core:jackson-databind:jar:2.13.1 (runtime)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.1 (runtime)
- org.codehaus.modello:modello-plugin-java:jar:2.0.0 (compile)
- org.codehaus.modello:modello-plugin-jdom:jar:2.0.0 (runtime)
- org.codehaus.modello:modello-plugin-jsonschema:jar:2.0.0 (runtime)
- org.codehaus.modello:modello-plugin-sax:jar:2.0.0 (runtime)
- org.codehaus.modello:modello-plugin-snakeyaml:jar:2.0.0 (runtime)
- org.yaml:snakeyaml:jar:1.30 (runtime)
- org.codehaus.modello:modello-plugin-stax:jar:2.0.0 (runtime)
- org.codehaus.modello:modello-plugin-xdoc:jar:2.0.0 (runtime)
- org.jsoup:jsoup:jar:1.14.3 (runtime)
- org.codehaus.modello:modello-plugin-xpp3:jar:2.0.0 (runtime)
- org.codehaus.modello:modello-plugin-xsd:jar:2.0.0 (runtime)
- org.sonatype.plexus:plexus-build-api:jar:0.0.7 (compile)
- org.apache.velocity:velocity-engine-core:jar:2.3 (compile)
- org.apache.commons:commons-lang3:jar:3.12.0 (compile)
- org.slf4j:slf4j-api:jar:1.7.36 (compile)
- org.codehaus.modello:modello-core:jar:2.0.0 (compile)
- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5 (compile)
- javax.annotation:javax.annotation-api:jar:1.3.2 (compile)
- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5 (compile)
- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0 (compile)
- org.codehaus.plexus:plexus-classworlds:jar:2.6.0 (compile)
- org.sonatype.sisu:sisu-guice:jar:no_aop:4.2.0 (compile)
- javax.inject:javax.inject:jar:1 (compile)
- aopalliance:aopalliance:jar:1.0 (compile)
- com.google.guava:guava:jar:30.1-jre (compile)
- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5 (compile)
- org.codehaus.modello:modello-plugin-xml:jar:2.0.0 (compile)
- org.junit.jupiter:junit-jupiter-engine:jar:5.8.1 (test)
- org.junit.platform:junit-platform-engine:jar:1.8.1 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.8.1 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.8.1 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.8.1 (test)
- org.hamcrest:hamcrest-core:jar:2.2 (test)
- org.hamcrest:hamcrest:jar:2.2 (test)
Licenses
Eclipse Public License, Version 1.0: org.eclipse.sisu.inject, org.eclipse.sisu.plexus
Apache Public License 2.0: plexus-build-api
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
The MIT License: Modello Core, Modello Dom4J Plugin, Modello JDOM Plugin, Modello JSON-Schema Plugin, Modello Jackson Plugin, Modello Java Plugin, Modello Maven Plugin, Modello Model Version Converter Plugin, Modello SAX Plugin, Modello SnakeYaml Plugin, Modello StAX Plugin, Modello XDOC Plugin, Modello XML Plugin, Modello XPP3 Plugin, Modello XSD Plugin, jsoup Java HTML Parser
MIT License: SLF4J API Module
BSD License 3: Hamcrest, Hamcrest Core
Apache License, Version 2.0: Apache Commons Lang, Apache Velocity - Engine, Guava: Google Core Libraries for Java, Maven Core, Maven Plugin API, Maven Plugin Tools Java Annotations, Modello Velocity Plugin, Plexus :: Component Annotations, Plexus Classworlds, Plexus Common Utilities, SnakeYAML
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
CDDL + GPLv2 with classpath exception: javax.annotation API
Public Domain: AOP alliance
The Apache Software License, Version 2.0: Jackson-annotations, Jackson-core, Sisu Guice - Core Library, jackson-databind, javax.inject
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
aopalliance-1.0.jar | 4.5 kB | 15 | 9 | 2 | 1.3 | Yes |
jackson-annotations-2.13.1.jar | 75.7 kB | 84 | 72 | 2 | - | Yes |
jackson-core-2.13.1.jar | 374.6 kB | 156 | 128 | 13 | - | Yes |
jackson-databind-2.13.1.jar | 1.5 MB | 745 | 707 | 23 | - | Yes |
guava-30.1-jre.jar | 2.9 MB | 2059 | 2029 | 18 | 1.8 | Yes |
javax.annotation-api-1.3.2.jar | 26.6 kB | 29 | 15 | 3 | 1.8 | Yes |
javax.inject-1.jar | 2.5 kB | 8 | 6 | 1 | 1.5 | No |
commons-lang3-3.12.0.jar | 587.4 kB | 374 | 345 | 17 | 1.8 | Yes |
maven-core-3.8.6.jar | 646 kB | 498 | 411 | 57 | 1.7 | Yes |
maven-plugin-api-3.8.6.jar | 47 kB | 48 | 27 | 6 | 1.7 | Yes |
maven-plugin-annotations-3.6.4.jar | 13.7 kB | 22 | 7 | 1 | 1.7 | Yes |
velocity-engine-core-2.3.jar | 531.3 kB | 299 | 256 | 19 | 1.8 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | - | Yes |
modello-core-2.0.0.jar | 60.9 kB | 63 | 45 | 7 | 1.8 | Yes |
modello-maven-plugin-2.0.0.jar | 38.7 kB | 38 | 25 | 1 | 1.8 | Yes |
modello-plugin-converters-2.0.0.jar | 9.8 kB | 15 | 1 | 1 | 1.8 | Yes |
modello-plugin-dom4j-2.0.0.jar | 18.9 kB | 16 | 2 | 1 | 1.8 | Yes |
modello-plugin-jackson-2.0.0.jar | 19.8 kB | 18 | 4 | 1 | 1.8 | Yes |
modello-plugin-java-2.0.0.jar | 94.2 kB | 51 | 35 | 3 | 1.8 | Yes |
modello-plugin-jdom-2.0.0.jar | 14 kB | 16 | 2 | 1 | 1.8 | Yes |
modello-plugin-jsonschema-2.0.0.jar | 7 kB | 15 | 1 | 1 | 1.8 | Yes |
modello-plugin-sax-2.0.0.jar | 10.9 kB | 15 | 1 | 1 | 1.8 | Yes |
modello-plugin-snakeyaml-2.0.0.jar | 21.6 kB | 18 | 4 | 1 | 1.8 | Yes |
modello-plugin-stax-2.0.0.jar | 38.8 kB | 20 | 6 | 1 | 1.8 | Yes |
modello-plugin-xdoc-2.0.0.jar | 15.3 kB | 22 | 7 | 2 | 1.8 | Yes |
modello-plugin-xml-2.0.0.jar | 15.2 kB | 26 | 9 | 2 | 1.8 | Yes |
modello-plugin-xpp3-2.0.0.jar | 30.9 kB | 19 | 5 | 1 | 1.8 | Yes |
modello-plugin-xsd-2.0.0.jar | 14.8 kB | 23 | 8 | 2 | 1.8 | Yes |
plexus-classworlds-2.6.0.jar | 52.9 kB | 52 | 37 | 5 | 1.7 | Yes |
plexus-component-annotations-2.1.0.jar | 4.2 kB | 15 | 3 | 1 | 1.6 | No |
plexus-utils-3.4.2.jar | 267.3 kB | 145 | 107 | 9 | - | Yes |
org.eclipse.sisu.inject-0.3.5.jar | 379.3 kB | 289 | 271 | 9 | 1.6 | Yes |
org.eclipse.sisu.plexus-0.3.5.jar | 205.3 kB | 196 | 164 | 20 | 1.6 | Yes |
hamcrest-2.2.jar | 123.4 kB | 122 | 108 | 11 | 1.7 | Yes |
hamcrest-core-2.2.jar | 1.5 kB | 8 | 1 | 1 | 1.7 | Yes |
jsoup-1.14.3.jar | 423.4 kB | 277 | 259 | 7 | 1.8 | Yes |
junit-jupiter-api-5.8.1.jar | 193.5 kB | 183 | 168 | 8 | - | Yes |
junit-jupiter-engine-5.8.1.jar | 229.7 kB | 140 | 123 | 9 | - | Yes |
junit-platform-commons-1.8.1.jar | 100.5 kB | 63 | 43 | 7 | - | Yes |
junit-platform-engine-1.8.1.jar | 185.8 kB | 142 | 126 | 9 | - | Yes |
opentest4j-1.2.0.jar | 7.7 kB | 11 | 7 | 2 | - | Yes |
slf4j-api-1.7.36.jar | 41.1 kB | 46 | 34 | 4 | 1.5 | Yes |
plexus-build-api-0.0.7.jar | 8.5 kB | 19 | 4 | 1 | 1.4 | Yes |
sisu-guice-4.2.0-no_aop.jar | 522.1 kB | 407 | 391 | 9 | 1.7 | Yes |
snakeyaml-1.30.jar | 331.6 kB | 265 | 227 | 21 | 1.7 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
45 | 10.2 MB | 7101 | 6243 | 323 | 1.8 | 43 |
compile: 18 | compile: 5.7 MB | compile: 4131 | compile: 3785 | compile: 131 | - | compile: 16 |
test: 8 | test: 848.7 kB | test: 678 | test: 579 | test: 49 | - | test: 8 |
runtime: 16 | runtime: 2.9 MB | runtime: 1724 | runtime: 1434 | runtime: 79 | - | runtime: 16 |
provided: 3 | provided: 706.7 kB | provided: 568 | provided: 445 | provided: 64 | - | provided: 3 |