Versions Compared

Key

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

If you are using Maven you can add the wicket-velocity dependency (otherwise you can download the jar from http://wicketstuff.org/maven/repository/org/apache/wicket/wicket-velocity/Image Removed)

Code Block
<dependency>
	<groupId>org.apache.wicket</groupId>
	<artifactId>wicket-velocity</artifactId>
	<version>${wicket.velocity.version}</version>
</dependency>

...