Versions Compared

Key

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

...

Wicket 1.2.5 is our stable release and is available from SourceForge.net and through the Maven central repository. It is the release version of the maintenance branch wicket-1.2.x. This is often referred to as wicket-1.2.x

This version of Wicket requires JDK 1.4 or newer.

The Wicket 1.2.x releases are not endorsed by, approved by, nor affiliated with the Apache Software Foundation in any way.

...

Subversion

http://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.2.x

Snapshot repository

http://wicketstuff.org/maven/repository

Central repository

http://repo1.maven.org

Group id

wicket

Artifact id

wicket

Java version

Java 1.4 or newer

Version

1.2.5

Maven pom dependency

Add the following snippet to your Maven project descriptor (pom.xml) to use Wicket 1.2.5.

...

Subversion

http://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x

Snapshot repository

http://wicketstuff.org/maven/repository

Central repository

n/a

Group id

org.apache.wicket

Artifact id

wicket

Java version

Java 1.4 or newer

Version

1.3-incubating-SNAPSHOT

Maven pom dependency

Add the following snippet to your Maven project descriptor (pom.xml) to use the latest development version from the Wicket 1.x branch (beta, development).

...

Subversion

http://svn.apache.org/repos/asf/incubator/wicket/trunk

Snapshot repository

http://wicketstuff.org/maven/repository

Central repository

n/a

Group id

org.apache.wicket

Artifact id

wicket

Java version

Java 5 or newer

Version

2.0-incubating-SNAPSHOT

Maven pom dependency

Add the following snippet to your Maven project descriptor (pom.xml) to use the latest development version from the Wicket 2.x branch (development, alpha).

...