Skip to content

Vertispan/gwt-json

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GWT3/J2CL compatible

GWT Layout

GWT json module for GWT 2 and J2CL.

Dependency

<dependency>
    <groupId>org.gwtproject.json</groupId>
    <artifactId>gwt-json</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>

Instructions

To build gwt-json:

  • run mvn clean install

on the parent directory.

To run the j2cl tests:

  • switch to the 'gwt-json-j2cl-tests' directory
  • run mvn j2cl:clean & mvn j2cl:test

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%