项目作者: peruncs

项目描述 :
GWT goodies
高级语言: Java
项目地址: git://github.com/peruncs/gwt.git
创建时间: 2017-04-26T23:06:07Z
项目社区:https://github.com/peruncs/gwt

开源协议:Apache License 2.0

下载


GWT goodies

This repository provides GWT/JSInterop/JACL wrappers for useful and popular JS libraries and utility projects.
All projects are Apache 2.0 licensed, contributions are welcome!

A wrapper for JS Cookie JS library for easy handling of cookies.
More …

Tabulator

A wrapper for the Tabulator JS grid component.
More …

Stripe

A Stripe API wrapper.
More …

UIKIT

A wrapper for the very nice UiKit web site framework.
More …

reCaptcha

A wrapper for Google reCaptcha.
More …

JWT

A JWT wrapper for various providers (Auth0 for now, Okta and Keycloak to come …)
More …

Utils

Utility code used in some of the other modules
More …

How to build

To build all projects:

gradlew assemble

To build all projects:

gradlew clean

To deploy all projects into local Maven repository with:

gradlew publishLocal

You can also build individual projects, for example:

gradlew -p gwt-jwt assemble