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

A compatible GWT port of the apache commons lang3, which provides most of the functionality also on client (browser) side.

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
LICENSE.txt
Notifications You must be signed in to change notification settings

ManfredTremmel/gwt-commons-lang3

This project is read only and was moved to gitlab: https://gitlab.com/ManfredTremmel/gwt-commons-lang3

gwt-commons-lang3

A compatible GWT port of the apache commons lang3, which provides most of the functionality also on client (browser) side.

The Package itself has to be includes as binary and source package. I've done it this way, to give you the possibility to take the original apache commons binary package (full compatible) and combine it with the gwt-commons version of the source package for the gwt compiler, this is useful, if you do have the binary package already in the dependency list.

gwt-commons-lang3 requires gwt >= 2.7.0, older versions are not supported!

    <dependency>
      <groupId>de.knightsoft-net</groupId>
      <artifactId>gwt-commons-lang3</artifactId>
      <version>3.7-0</version>
    </dependency>

GWT Integration

Add this inherit command into your project .gwt.xml file:

<inherits name="org.apache.commons.GWTCommonsLang3" />

About

A compatible GWT port of the apache commons lang3, which provides most of the functionality also on client (browser) side.

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published