Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://gitlab.com/ManfredTremmel/gwt-commons-codec

A compatible GWT port of the apache commons codec, which provides most of the functionality also on client (browser) side.
https://gitlab.com/ManfredTremmel/gwt-commons-codec

Last synced: 20 days ago
JSON representation

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

Awesome Lists containing this project

README

        

gwt-commons-codec
=================

A compatible GWT port of the apache commons codec, 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-codec requires gwt >= 2.9.0, older versions are not supported!

```

de.knightsoft-net
gwt-commons-codec
1.17.1-1

```

GWT Integration
---------------

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

```

```