Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 928 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 928 Bytes

gwt-ga

Build Status

A simple GWT library for interacting with Google Analytics

Quick Start

The simplest way to use the library is to add the gwt-ga dependencies into the build system. i.e.

<dependency>
   <groupId>org.realityforge.gwt.ga</groupId>
   <artifactId>gwt-ga</artifactId>
   <version>0.4</version>
   <scope>provided</scope>
</dependency>

Credit

Note: All credit goes to the initial authors from the GWTP project. This version was extracted from that project some time ago and has migrated from project to project before landing in this repository.