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.fura.common gridsystems-utils 2.10 - jar

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 Classifier Type Optional
com.gridsystems.skaringa skaringa r3p7 - jar
commons-io commons-io 1.4 - jar
commons-logging commons-logging-api 1.1 - jar

Project Dependency Graph

Dependency Listings

Fura:Common:SystemUtils

JNI Wrapper for system-utils DLL.

Fura:Common:GridSystemsUtils

Miscelaneous utility and helper classes, used across the rest of Fura.

http://fura.sourceforge.net/common/gridsystems-utils

Commons IO

Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.

http://commons.apache.org/io/

Logging

Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.

http://jakarta.apache.org/commons/logging/

Skaringa

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.