Just incase anyone thought that the wicket-contrib-scriptaculous project had dropped off the face of the earth, this is just a reminder that it’s still going strong!
There have been a number of _great_changes made lately (which I will be blogging about later), including a new project name (which was _much_needed). I now give you the wicketstuff-scriptaculous project.
For those maven users out there, you can start using the bleeding edge development version by pointing to the wicketstuff maven repository and adding the wicketstuff-scriptaculous dependency as follows:
<repositories>
<repository>
<id>wicket-stuff-repository</id>
<name>Wicket-Stuff Repository</name>
<url>http://www.wicketstuff.org/maven/repository/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-scriptaculous</artifactId>
<version>1.3-SNAPSHOT</version>
</dependency>
</dependencies>