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
commons-collectionscommons-collections3.2-jar
org.apache.wicketwicket1.3.2-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:

GroupIdArtifactIdVersionClassifierTypeOptional
org.apache.wicketwicket1.3.2testsjar
org.slf4jslf4j-log4j121.4.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
javax.servletservlet-api2.3-jar
junitjunit3.8.1-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:

GroupIdArtifactIdVersionClassifierTypeOptional
org.slf4jslf4j-api1.4.2-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:

GroupIdArtifactIdVersionClassifierTypeOptional
log4jlog4j1.2.13-jar

Project Dependency Graph

Dependency Listings

Wicket Extensions

Wicket Extensions is a rich component library for the Wicket framework.

http://wicket.apache.org/wicket-extensions/wicket-jdk14/wicket-extensions

SLF4J LOG4J-12 Binding

The slf4j log4j-12 binding

http://www.slf4j.org

Log4j

Log4j

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

Unnamed - javax.servlet:servlet-api:jar:2.3

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

Wicket

Wicket is a Java web application framework that takes simplicity, separation of concerns and ease of development to a whole new level. Wicket pages can be mocked up, previewed and later revised using standard WYSIWYG HTML design tools. Dynamic content processing and form handling is all handled in Java code using a first-class component model backed by POJO data beans that can easily be persisted using your favorite technology.

http://wicket.apache.org/wicket/wicket-jdk14/wicket

Wicket

Wicket is a Java web application framework that takes simplicity, separation of concerns and ease of development to a whole new level. Wicket pages can be mocked up, previewed and later revised using standard WYSIWYG HTML design tools. Dynamic content processing and form handling is all handled in Java code using a first-class component model backed by POJO data beans that can easily be persisted using your favorite technology.

http://wicket.apache.org/wicket/wicket-jdk14/wicket

SLF4J API Module

The slf4j API

http://www.slf4j.org

Collections

Types that extend and augment the Java Collections Framework.

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