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

https://github.com/vavr-io/vavr-gwt

GWT module for Vavr
https://github.com/vavr-io/vavr-gwt

gwt immutable-collections persistent-collections vavr

Last synced: 4 months ago
JSON representation

GWT module for Vavr

Awesome Lists containing this project

README

          

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.vavr/vavr-gwt/badge.png)](https://maven-badges.herokuapp.com/maven-central/io.vavr/vavr-gwt)
[![Build Status](https://travis-ci.org/vavr-io/vavr-gwt.png)](https://travis-ci.org/vavr-io/vavr-gwt)
[![Gitter Chat](https://badges.gitter.im/Join%20Chat.png)](https://gitter.im/vavr-io/vavr)

# GWT support for Vavr

### Using Vavr in GWT maven projects

* Add the following maven dependency to your project:

```

io.vavr
vavr-gwt
{vavr-current-version}

```

* Inherit the `Vavr` module in your GWT module's descriptor file:

```



```

* Use the Vavr APIs in your code.