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
commons-beanutils commons-beanutils 1.7.0 - jar
commons-betwixt commons-betwixt 0.8 - jar
commons-configuration commons-configuration 1.5 - jar
commons-httpclient commons-httpclient 3.1 - jar
joid joid 1.0 - jar
junit junit 4.4 - jar

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 Classifier Type Optional
javax.servlet servlet-api 2.4 - 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
commons-beanutils commons-beanutils-core 1.7.0 - jar
commons-codec commons-codec 1.2 - jar
commons-collections commons-collections 3.2 - jar
commons-digester commons-digester 1.8 - jar
commons-lang commons-lang 2.3 - jar
commons-logging commons-logging 1.1.1 - jar

Project Dependency Graph

Dependency Listings

Core Components

This restafarian.org core components include the basic building blocks used by all of the other restafarian.org projects.

Commons Configuration

Tools to assist in the reading of configuration/preferences files in various formats

http://commons.apache.org/${pom.artifactId.substring(8)}/

Lang

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/lang/

Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0

Betwixt

Commons Betwixt: mapping beans to XML

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

Unnamed - commons-beanutils:commons-beanutils-core:jar:1.7.0

Digester

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 - javax.servlet:servlet-api:jar:2.4

Unnamed - joid:joid:jar:1.0

HttpClient

The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.

http://jakarta.apache.org/httpcomponents/httpclient-3.x/

Commons Logging

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

http://commons.apache.org/logging

Codec

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.

JUnit

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.

http://junit.org