The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
org.apache.ddlutils | ddlutils | 1.0 | - | jar | |
org.apache.maven | maven-plugin-api | 2.0 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-beanutils | commons-beanutils-core | 1.7.0 | - | jar | |
commons-betwixt | commons-betwixt | 0.8 | - | jar | |
commons-codec | commons-codec | 1.3 | - | jar | |
commons-collections | commons-collections | 3.1 | - | jar | |
commons-dbcp | commons-dbcp | 1.2.1 | - | jar | |
commons-digester | commons-digester | 1.7 | - | jar | |
commons-lang | commons-lang | 2.1 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | jar | |
commons-logging | commons-logging-api | 1.0.4 | - | jar | |
commons-pool | commons-pool | 1.2 | - | jar | |
dom4j | dom4j | 1.4 | - | jar | |
isorelax | isorelax | 20020414 | - | jar | |
jaxen | jaxen | 1.0-FCS | - | jar | |
msv | msv | 20020414 | - | jar | |
oro | oro | 2.0.8 | - | jar | |
relaxngDatatype | relaxngDatatype | 20020414 | - | jar | |
saxpath | saxpath | 1.0-FCS | - | jar | |
stax | stax-api | 1.0.1 | - | jar | |
xerces | xercesImpl | 2.0.2 | - | jar | |
xml-apis | xml-apis | 1.0.b2 | - | jar |
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 | Classifier | Type | Optional |
---|---|---|---|---|---|
junit | junit | 3.8.1 | - | jar |
DdlUtils for Maven2
http://talisman.sourceforge.jp/maven-ddlutils-plugin
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven2/maven-plugin-api
DdlUtils is a small, easy-to-use component for working with Database Definition (DDL) files.
Commons Betwixt: mapping beans to XML
http://jakarta.apache.org/commons/betwixt/
Unnamed - commons-beanutils:commons-beanutils-core:jar:1.7.0
The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
http://jakarta.apache.org/commons/codec/
Commons Database Connection Pooling
http://jakarta.apache.org/commons/dbcp/
The Digester package lets you configure an XML->Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.
http://jakarta.apache.org/commons/digester/
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
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.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Unnamed - commons-logging:commons-logging-api:jar:1.0.4
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
Commons Object Pooling Library
http://jakarta.apache.org/commons/pool/
Unnamed - commons-collections:commons-collections:jar:3.1
Types that extend and augment the Java Collections Framework.
Unnamed - xerces:xercesImpl:jar:2.0.2
XML Commons External Components XML APIs
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.
http://xml.apache.org/commons/#external
Unnamed - jaxen:jaxen:jar:1.0-FCS
Unnamed - saxpath:saxpath:jar:1.0-FCS
Unnamed - msv:msv:jar:20020414
Unnamed - relaxngDatatype:relaxngDatatype:jar:20020414
Unnamed - isorelax:isorelax:jar:20020414
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
StAX API is the standard java XML processing API defined by JSR-173