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 |
---|---|---|---|---|---|
jfree | jfreechart | 1.0.3 | - | jar | |
org.apache.tapestry | tapestry-framework | 4.1.1 | - | 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 |
---|---|---|---|---|---|
jmock | jmock | 1.2.0 | - | jar | |
jmock | jmock-cglib | 1.2.0 | - | jar | |
junit | junit | 3.8.1 | - | jar | |
log4j | log4j | 1.2.14 | - | jar |
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.2 | - | 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 |
---|---|---|---|---|---|
backport-util-concurrent | backport-util-concurrent | 2.2 | - | jar | |
commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-codec | commons-codec | 1.3 | - | jar | |
commons-fileupload | commons-fileupload | 1.1.1 | - | jar | |
commons-io | commons-io | 1.1 | - | jar | |
commons-lang | commons-lang | 2.2 | - | jar | |
commons-logging | commons-logging | 1.0.3 | - | jar | |
hivemind | hivemind | 1.1.1 | - | jar | |
hivemind | hivemind-lib | 1.1.1 | - | jar | |
jboss | javassist | 3.0 | - | jar | |
jfree | jcommon | 1.0.6 | - | jar | |
ognl | ognl | 2.6.9 | - | jar | |
oro | oro | 2.0.8 | - | 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 |
---|---|---|---|---|---|
cglib | cglib-nodep | 2.1_3 | - | jar |
The Bayeux Tapestry Extensions
A collection of tapestry components compatible with version 4.1.1.
http://tapestry-bayeux.sourceforge.net
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.
Unnamed - javax.servlet:servlet-api:jar:2.2
jMock is a library for testing Java code using mock objects
Log4j
http://logging.apache.org/log4j/docs/
Java Web Application Framework
http://tapestry.apache.org/tapestry4.1/tapestry-framework
Unnamed - hivemind:hivemind:jar:1.1.1
Unnamed - hivemind:hivemind-lib:jar:1.1.1
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/
OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects.
The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
http://jakarta.apache.org/commons/io/
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
Commons Logging
http://jakarta.apache.org/commons/logging/
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/
Dawid Kurzyniec's backport of JSR 166
http://www.mathcs.emory.edu/dcl/util/backport-util-concurrent/
jMock is a library for testing Java code using mock objects. The CGLIB extension allows creating of mock objects for classes.
JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D APIs, it currently supports bar charts, pie charts, line charts, XY-plots and time series plots.
http://www.jfree.org/jfreechart/
JCommon is a free general purpose Java class library that is used in several projects at www.jfree.org, including JFreeChart and JFreeReport.