Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated to rc2

...

Latest stable release

1.2.6

(from SourceForge; this release is neither affiliated with nor endorsed by Apache in any way)

Latest release candidate

1.3.0-rc1rc2

(from the Apache Software Foundation)

...

Code Block
xml
xml
<dependency>
    <groupId>wicket</groupId>
    <artifactId>wicket</artifactId>
    <version>1.2.6</version>
</dependency>

Or for 1.3.0-rc1rc2:

Code Block
xml
xml
<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket</artifactId>
    <version>1.3.0-rc1<rc2</version>
</dependency>

For the SLF4J log4j binding (you don't need this for 1.2.x; see above):

...