Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Getting Wicket

Apache Wicket 1.34.6 8 is the current stable release.

Download

Latest stable release

1.4.18

(from the Apache Software Foundation)

Archived release

1.3.7

(from the Apache Software Foundation)

...

Code Block
xml
xml
<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket</artifactId>
    <version>1.4.0<8</version>
</dependency>

For the SLF4J log4j binding:

...