Skip to content
ajcamilo edited this page Nov 25, 2014 · 16 revisions

Welcome to the pm-wicket-utils wiki

pm-wicket-utils is a library with Wicket components, behaviours and some other stuff and this wiki describes each in detail.

Components

Using SNAPSHOT version

Add the following maven dependency to your project pom.xml:

<dependency>
   <groupId>com.premiumminds</groupId>
   <artifactId>pm-wicket-utils</artifactId>
   <version>2.5-SNAPSHOT</version>
</dependency>
Clone this wiki locally