Skip to content

Releases: wicketstuff/wiquery

wiquery-7.0

08 Nov 13:58
Compare
Choose a tag to compare

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:

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 to org.wicketstuff.wiquery
  • package names have been changed from org.odlabs.wiquery to org.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>