A fork of vertispan/j2cl which is itself a fork of google/j2cl. Additional modifications have been made in maven poms assigning groupId=walkingkooka and some minor artifactId changes to a few selected maven sub modules.
For the complete README refer to the google github project.
Include this project as a dependency.
git clone git://github.com/mP1/j2cl.gitInstall bazel 2.2.0 then build with bazel
bazel clean./build_test.shcd mavenBuild using the provided build.sh script.
./build.shPackage and install with maven, clean will be required the shade plugin will fail.
mvn clean installSuggestions via the issue tracker, and pull requests are most welcomed.