The stable releases of Waffle can be found on the repository:
The snapshot builds of Waffle can be found on the waffle-distribution snapshots repository. Be sure to choose the snapshot with the latest version and the filename with the latest timestamp.
If you use Maven as the build system (or one that is compatible with the Maven Repository, such as Ivy), you can declare Waffle dependencies as specifying the desired module and version. Currently, Waffle comprises of six 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 and FTL, which can be included in the webapp via the maven-dependency-plugin:unpack goal.