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-logging | commons-logging | 1.0.4 | - | jar | |
| log4j | log4j | 1.2.13 | - | jar | |
| wicket | wicket | 1.2-SNAPSHOT | - | jar | |
| wicket | wicket-extensions | 1.2-SNAPSHOT | - | 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.portlet | portlet-api | 1.0 | - | jar | |
| javax.servlet | servlet-api | 2.3 | - | jar | |
| jetty | org.mortbay.jetty | 4.2.24 | - | jar | |
| junit | junit | 3.8.1 | - | jar | |
| tomcat | jasper-compiler | 4.1.30 | - | jar | |
| tomcat | jasper-runtime | 4.1.30 | - | 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 |
|---|---|---|---|---|---|
| commons-collections | commons-collections | 2.1 | - | jar |
Wicket Quickstart is designed to get you up and coding your Wicket applications within minutes. No more creating your own project and having to download dependencies yourself. This is an all-in-one package allowing you to concentrate on your application, and Quickstart on the project structure.
http://wicketframework.org/wicket-quickstart/wicket-quickstart
Unnamed - junit:junit:jar:3.8.1
Unnamed - javax.servlet:servlet-api:jar:2.3
Log4j
http://logging.apache.org/log4j/docs/
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
http://www.jcp.org/en/jsr/detail?id=168
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://wicketframework.org/wicket-1.2
Wicket Extensions is a rich component library for the Wicket framework.
http://wicketframework.org/wicket-extensions/wicket-extensions
Commons Collections
Unnamed - jetty:org.mortbay.jetty:jar:4.2.24