Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Yes, it is. However, we must rely on the Maven project to update their repository with the latest releases, resulting in some lag. If you need them hot and fresh, you can use the wicket-stuff's Maven 2 repository by adding the the following to your project's pom.xml:

Code Block
xml
xml
<repositories>
    <repository>
      <id>wicket<<id>org.wicketstuff</id>
      <name>Wicket Stuff repository<Repo</name>
      <url>http://http://wicket.sourceforge.net/maven2<wicketstuff.org/maven/repository</url>
    </repository>
  </repositories>

...