Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated to latest release 1.3.2

Getting Wicket

Apache Wicket 1.3.1 2 is the current stable release.

Download

Latest stable release

1.3.12

(from the Apache Software Foundation)

Archived release

1.2.6

(from sourceforge.net, not affiliated with the Apache Software Foundation]

...

Code Block
xml
xml
<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket</artifactId>
    <version>1.3.1<2</version>
</dependency>

For the SLF4J log4j binding:

...