Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
javassistjavassist3.8.0.GA-jar
log4jlog4j1.2.14-jar
org.apache.tapestrytapestry5-annotations5.1.0.0-SNAPSHOT-jar
org.slf4jslf4j-api1.5.2-jar
org.slf4jslf4j-log4j121.5.2-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:

GroupIdArtifactIdVersionClassifierTypeOptional
org.easymockeasymock2.4-jar
org.testngtestng5.1jdk15jar

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

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:

GroupIdArtifactIdVersionClassifierTypeOptional
junitjunit3.8.1-jar

Project Dependency Graph

Dependency Listings

Tapestry Inversion of Control Container

A code-centric, high-performance, simple Inversion of Control container.

http://tapestry.apache.org/tapestry5.1/tapestry-ioc

Tapestry Annotations

Annotations used with Tapestry applications.

http://tapestry.apache.org/tapestry5.1/tapestry5-annotations

Javassist

Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java.

http://www.javassist.org/

SLF4J API Module

The slf4j API

http://www.slf4j.org

Log4j

Log4j

http://logging.apache.org/log4j/docs/

SLF4J LOG4J-12 Binding

The slf4j log4j-12 binding

http://www.slf4j.org

EasyMock

EasyMock provides an easy way to create Mock Objects for interfaces by generating them on the fly using Java's proxy mechanism

http://www.easymock.org

TestNG

TestNG is a unit testing framework.

http://testng.org

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