Skip to content

The library jaulp.wicket is a collection of Apache Wicket components and utilities.

Notifications You must be signed in to change notification settings

marie-christin/jaulp.wicket

 
 

Repository files navigation

jaulp.wicket

Flattr this Build Status Open Issues

Overview

The library jaulp.wicket is a collection of Apache Wicket components and utilities.

The components are loosely coupled and can be easily integrated into an existing Apache Wicket application.

The components are also designed to be customised so the user can provide they own components over factory methods.

Maven projects

Add the following maven dependency to your project pom.xml if you want to import components:

<dependency>
   <groupId>de.alpharogroup</groupId>
   <artifactId>jaulp.wicket.components</artifactId>
   <version>6.18.0</version>
</dependency>

Add the following maven dependency to your project pom.xml if you want to import base stuff like base application, panel, pages etc.:

<dependency>
   <groupId>de.alpharogroup</groupId>
   <artifactId>jaulp.wicket.base</artifactId>
   <version>6.18.0</version>
</dependency>

Add the following maven dependency to your project pom.xml if you want to import behaviors etc.:

<dependency>
   <groupId>de.alpharogroup</groupId>
   <artifactId>jaulp.wicket.behaviors</artifactId>
   <version>6.18.0</version>
</dependency>

Check out sonatype repository for latest snapshots and releases.

Contacting the Developer

Do not hesitate to contact the jaulp.wicket developers with your questions, concerns, comments, bug reports, or feature requests.

  • Feature requests, questions and bug reports can be reported at the issues page.

About

The library jaulp.wicket is a collection of Apache Wicket components and utilities.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.9%
  • HTML 4.5%
  • CSS 1.2%
  • Other 0.4%