Versions Compared

Key

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

Getting Wicket

Apache Wicket 1.3.2 3 is the current stable release.

Download

Latest stable release

1.3.23

(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.2<3</version>
</dependency>

For the SLF4J log4j binding:

...