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.torque | torque-templates | 5.1-SNAPSHOT | 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 |
---|---|---|---|---|
commons-io | commons-io | 2.7 | jar | Apache License, Version 2.0 |
org.apache.derby | derby | 10.14.2.0 | jar | Apache 2 |
org.xmlunit | xmlunit-core | 2.6.2 | jar | The Apache Software License, Version 2.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.ant | ant | 1.10.8 | jar | The Apache Software 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:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
info.picocli | picocli | 4.3.2 | jar | The Apache Software License, version 2.0 |
org.junit.jupiter | junit-jupiter-api | 5.6.2 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.6.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.6.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.6.2 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.2.0 | jar | The 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 |
---|---|---|---|---|
javax.xml.bind | jaxb-api | 2.3.0 | jar | CDDL 1.1GPL2 w/ CPE |
org.junit.platform | junit-platform-launcher | 1.6.2 | 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.ant | ant-launcher | 1.10.8 | jar | The Apache Software License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.apache.torque:torque-ant-tasks:jar:5.1-SNAPSHOT
- org.apache.torque:torque-templates:jar:5.1-SNAPSHOT (compile)
- org.apache.torque:torque-generator:jar:5.1-SNAPSHOT (compile)
- org.eclipse.jgit:org.eclipse.jgit:jar:5.1.1.201809181055-r (compile)
- com.jcraft:jzlib:jar:1.1.1 (compile)
- com.googlecode.javaewah:JavaEWAH:jar:1.1.6 (compile)
- org.apache.logging.log4j:log4j-1.2-api:jar:2.13.3 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.13.3 (compile)
- org.apache.logging.log4j:log4j-core:jar:2.13.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)
- commons-jxpath:commons-jxpath:jar:1.3 (compile)
- org.apache.velocity:velocity-engine-core:jar:2.0 (compile)
- org.slf4j:slf4j-api:jar:1.7.25 (compile)
- org.codehaus.groovy:groovy-all:pom:3.0.4 (compile)
- org.codehaus.groovy:groovy:jar:3.0.4 (compile)
- org.codehaus.groovy:groovy-astbuilder:jar:3.0.4 (compile)
- org.codehaus.groovy:groovy-cli-picocli:jar:3.0.4 (compile)
- info.picocli:picocli:jar:4.3.2 (runtime)
- org.codehaus.groovy:groovy-templates:jar:3.0.4 (compile)
- org.codehaus.groovy:groovy-test-junit5:jar:3.0.4 (compile)
- org.junit.platform:junit-platform-launcher:jar:1.6.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.6.2 (runtime)
- org.opentest4j:opentest4j:jar:1.2.0 (runtime)
- org.junit.platform:junit-platform-commons:jar:1.6.2 (runtime)
- org.junit.platform:junit-platform-engine:jar:1.6.2 (runtime)
- org.junit.jupiter:junit-jupiter-engine:jar:5.6.2 (runtime)
- org.junit.jupiter:junit-jupiter-api:jar:5.6.2 (runtime)
- org.junit.platform:junit-platform-launcher:jar:1.6.2 (test)
- xerces:xercesImpl:jar:2.12.0 (compile)
- xml-apis:xml-apis:jar:1.4.01 (compile)
- org.eclipse.jgit:org.eclipse.jgit:jar:5.1.1.201809181055-r (compile)
- org.apache.commons:commons-lang3:jar:3.10 (compile)
- org.apache.torque:torque-generator:jar:5.1-SNAPSHOT (compile)
- org.apache.ant:ant:jar:1.10.8 (provided)
- org.apache.ant:ant-launcher:jar:1.10.8 (provided)
- commons-io:commons-io:jar:2.7 (test)
- org.apache.derby:derby:jar:10.14.2.0 (test)
- org.xmlunit:xmlunit-core:jar:2.6.2 (test)
- javax.xml.bind:jaxb-api:jar:2.3.0 (test)
- org.apache.torque:torque-templates:jar:5.1-SNAPSHOT (compile)
Licenses
The SAX License: XML Commons External Components XML APIs
CDDL 1.1: jaxb-api
The Apache Software License, version 2.0: picocli - a mighty tiny Command Line Interface
The Apache License, Version 2.0: org.opentest4j:opentest4j
Revised BSD: JZlib
MIT License: SLF4J API Module
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API, JUnit Platform Launcher
The W3C License: XML Commons External Components XML APIs
GPL2 w/ CPE: jaxb-api
Eclipse Distribution License (New BSD License): JGit - Core
Apache 2: Apache Derby Database Engine and Embedded JDBC Driver, JavaEWAH
Apache License, Version 2.0: Apache Commons BeanUtils, Apache Commons Collections, Apache Commons IO, Apache Commons Lang, Apache Log4j 1.x Compatibility API, Apache Log4j API, Apache Log4j Core, Apache Velocity - Engine, Torque Generator, Torque Generator Ant tasks, Torque Templates
The Apache Software License, Version 2.0: Apache Ant Core, Apache Ant Launcher, Apache Commons Logging, Apache Groovy, Commons JXPath, XML Commons External Components XML APIs, Xerces2-j, org.xmlunit:xmlunit-core
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
---|---|---|---|---|---|---|---|
JavaEWAH-1.1.6.jar | 165.9 kB | 120 | 106 | 5 | 1.6 | Yes | No |
jzlib-1.1.1.jar | 69.6 kB | 35 | 25 | 1 | 1.5 | Yes | No |
commons-beanutils-1.9.4.jar | 246.9 kB | 154 | 137 | 5 | 1.6 | Yes | No |
commons-collections-3.2.2.jar | 588.3 kB | 484 | 460 | 12 | 1.3 | Yes | No |
commons-io-2.7.jar | 276.4 kB | 198 | 176 | 10 | 1.8 | Yes | No |
commons-jxpath-1.3.jar | 300 kB | 208 | 180 | 16 | 1.3 | Yes | No |
commons-logging-1.2.jar | 61.8 kB | 42 | 28 | 2 | 1.2 | Yes | No |
picocli-4.3.2.jar | 382.2 kB | 222 | 217 | 2 | - | Yes | No |
jaxb-api-2.3.0.jar | 125.6 kB | 136 | 111 | 7 | - | Yes | No |
ant-1.10.8.jar | 2.3 MB | 1241 | 1157 | 62 | 1.8 | Yes | No |
ant-launcher-1.10.8.jar | 18.9 kB | 14 | 4 | 1 | 1.8 | Yes | No |
commons-lang3-3.10.jar | 523.4 kB | 314 | 288 | 14 | 1.8 | Yes | No |
derby-10.14.2.0.jar | 3.2 MB | 1811 | 1751 | 101 | 1.8 | No | Yes |
log4j-1.2-api-2.13.3.jar | 201.7 kB | 158 | 119 | 17 | 1.8 | Yes | No |
log4j-api-2.13.3.jar | 292.3 kB | 214 | 180 | 9 | - | Yes | No |
log4j-core-2.13.3.jar | 1.7 MB | 1209 | 1117 | 51 | 1.8 | Yes | No |
torque-generator/target/classes | - | 0 | 0 | 0 | - | No | No |
torque-templates/target/classes | - | 0 | 0 | 0 | - | No | No |
velocity-engine-core-2.0.jar | 432.1 kB | 309 | 267 | 19 | 1.7 | Yes | No |
groovy-3.0.4.jar | 7.9 MB | 4867 | 4690 | 135 | 1.8 | Yes | No |
groovy-all-3.0.4.pom | 25.3 kB | - | - | - | - | - | - |
groovy-astbuilder-3.0.4.jar | 10.5 kB | 15 | 2 | 1 | 1.8 | Yes | No |
groovy-cli-picocli-3.0.4.jar | 64.4 kB | 32 | 23 | 1 | 1.8 | Yes | No |
groovy-templates-3.0.4.jar | 97.3 kB | 59 | 50 | 2 | 1.8 | Yes | No |
groovy-test-junit5-3.0.4.jar | 13.4 kB | 14 | 3 | 1 | 1.8 | Yes | No |
org.eclipse.jgit-5.1.1.201809181055-r.jar | 2.7 MB | 1529 | 1461 | 46 | 1.8 | Yes | No |
junit-jupiter-api-5.6.2.jar | 154 kB | 150 | 135 | 8 | - | Yes | No |
junit-jupiter-engine-5.6.2.jar | 209.3 kB | 130 | 113 | 9 | - | Yes | No |
junit-platform-commons-1.6.2.jar | 96.7 kB | 61 | 41 | 7 | - | Yes | No |
junit-platform-engine-1.6.2.jar | 174.1 kB | 139 | 123 | 9 | - | Yes | No |
junit-platform-launcher-1.6.2.jar | 121.9 kB | 91 | 79 | 6 | - | Yes | No |
opentest4j-1.2.0.jar | 7.7 kB | 11 | 7 | 2 | - | Yes | No |
slf4j-api-1.7.25.jar | 41.2 kB | 46 | 34 | 4 | 1.5 | Yes | No |
xmlunit-core-2.6.2.jar | 167.9 kB | 171 | 155 | 8 | 1.6 | Yes | No |
xercesImpl-2.12.0.jar | 1.4 MB | 1045 | 962 | 40 | 1.3 | No | No |
xml-apis-1.4.01.jar | 220.5 kB | 391 | 346 | 29 | 1.1 | No | No |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
36 | 24.3 MB | 15620 | 14547 | 642 | 1.8 | 30 | 1 |
compile: 23 | compile: 17.1 MB | compile: 11245 | compile: 10478 | compile: 410 | - | compile: 18 | - |
test: 5 | test: 3.9 MB | test: 2407 | test: 2272 | test: 132 | - | test: 4 | test: 1 |
runtime: 6 | runtime: 1 MB | runtime: 713 | runtime: 636 | runtime: 37 | - | runtime: 6 | - |
provided: 2 | provided: 2.3 MB | provided: 1255 | provided: 1161 | provided: 63 | - | provided: 2 | - |