Stable releases

The stable releases of Waffle can be found on the repository:

Latest Snapshot

The snapshot builds of Waffle can be found on the snapshots repository:

Be sure to choose the snapshot with the latest timestamp in the filename.

Using Maven 2 Artifacts

If you use Maven 2 as the build system (or one that is compatible with the Maven 2 Repository), you can declare Waffle dependencies as specifying the desired module and version. Currently, Waffle comprises of three Java modules:

Note that mock and taglib modules have a transitive dependency on core, so there is no need to declare the core dependency if using mock and/or taglib.

Additionally, the waffle-resources module contains non-Java resources such as Javascript, which can be included in the webapp via the maven-dependency-plugin:unpack goal.