WiQuery is a library for integrating JQuery UI components into your
Wicket application.
A new home
WiQuery was initially developed by Objet Direct (the od in odlabs). To
continue development for WiQuery we have opted to move the project
into the WicketStuff organisation and under the org.wicketstuff
groupId (so we can release the project).
The new home for WiQuery is here:
https://github.com/wicketstuff/wiquery
WiQuery branches tracking Wicket versions
Master is now tracking Wicket 8, other Wicket compatible branches can be
found here:
- Wicket 8: https://github.com/wicketstuff/wiquery/tree/master
- Wicket 7: https://github.com/wicketstuff/wiquery/tree/wicket-7
- Wicket 6: https://github.com/wicketstuff/wiquery/tree/wicket-6
Notable changes:
This is the first major release of WiQuery from the WicketStuff organisation.
- WiQuery is now Wicket 7 compatible
- the project has been moved from the wiquery github organisation to the wicketstuff github organisation
- group ids have been changed from
org.odlabs.wiquery
toorg.wicketstuff.wiquery
- package names have been changed from
org.odlabs.wiquery
toorg.wicketstuff.wiquery
Usage
Add the following dependency to your Maven POM:
<dependency>
<groupId>org.wicketstuff.wiquery</groupId>
<artifactId>wiquery-core</artifactId>
<version>7.0</version>
</dependency>
Or if you want the wiquery-jquery-ui components:
<dependency>
<groupId>org.wicketstuff.wiquery</groupId>
<artifactId>wiquery-jquery-ui</artifactId>
<version>7.0</version>
</dependency>