-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
bgoldowsky edited this page Aug 23, 2016
·
3 revisions
These modules are intended to be included as part of your Maven configuration.
In the <repositories> section of your pom.xml, include our repository:
<repository>
<id>CAST</id>
<url>http://comp.cast.org/maven2/</url>
</repository>Then, in the <dependencies> section, include a stanza for each module
that you will use:
<dependency>
<groupId>org.cast.cwm</groupId>
<artifactId>cwm-components</artifactId>
<version>${cwm.version}</version>
</dependency>Either define the ${cwm.version} variable in your POM
or replace the contents of the <version> element above
with the appropriate stable version number:
- For Wicket 6.x, use CWM version 3.3
- For Wicket 7.x, use CWM version 4.0 (to be released)
<< Back to the Module Overview