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

Latest commit

 

History

History
22 lines (17 loc) · 608 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 608 Bytes

gwt-datatypes

Build Status

A simple library that consolidates the common data types and associated infrastructure used across a range of GWT projects.

Quick Start

The simplest way to use the library is to add the following dependency into the build system. i.e.

<dependency>
   <groupId>org.realityforge.gwt.datatypes</groupId>
   <artifactId>gwt-datatypes</artifactId>
   <version>0.8</version>
   <scope>provided</scope>
</dependency>