Installation

The module is available in the Jawsy releases repository, so first make sure you have included it in your configuration.

Adding the dependency

Apache Maven 2.0/3.0

<dependency>
  <groupId>fi.jawsy.jawwa</groupId>
  <artifactId>jawwa-zk-gritter</artifactId>
  <release>0.4.1</release>
</dependency>

Apache Ivy

<dependency org=”fi.jawsy.jawwa” name=”jawwa-zk-gritter” rev=”0.4.1” />

SBT 0.7

val jawwaZkGritter = “fi.jawsy.jawwa” % “jawwa-zk-gritter” % “0.4.1“

SBT 0.10/0.11

libraryDependencies += “fi.jawsy.jawwa” % “jawwa-zk-gritter” % “0.4.1“

Table Of Contents

Previous topic

ZK Gritter: Non-intrusive notifications

Next topic

Usage

This Page