Versions Compared

Key

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

Getting Wicket

Apache Wicket 1.4.6 8 is the current stable release.

Download

Latest stable release

1.4.78

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

For the SLF4J log4j binding:

...