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 | Classifier | Type | Optional |
---|---|---|---|---|---|
com.gridsystems.skaringa | skaringa | r3p7 | - | jar | |
commons-io | commons-io | 1.4 | - | jar | |
commons-logging | commons-logging-api | 1.1 | - | jar |
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 | Classifier | Type | Optional |
---|---|---|---|---|---|
junit | junit | 3.8.2 | - | jar |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
Project Dependency Graph
Dependency Tree
Dependency Listings
Miscelaneous utility and helper classes, used across the rest of Fura.
http://fura.sourceforge.net/common/gridsystems-utils
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.
Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
Skaringa is an API for Java and XML language binding. It transforms Plain Old Java Objects (POJOs) into XML documents and back. Typical applications are data exchange, object persistence, object transformation, and driving XML based presentation layers. This is an unofficial mod that fixes an issue related to the deserialization of collections. The original r3p7 library serializes only the collection interface name, and the specific collection class is lost.