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
- Host: GitHub
- URL: https://github.com/vavr-io/vavr-gwt
- Owner: vavr-io
- Created: 2016-11-25T14:40:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T20:43:02.000Z (over 5 years ago)
- Last Synced: 2025-07-11T16:57:46.898Z (11 months ago)
- Topics: gwt, immutable-collections, persistent-collections, vavr
- Language: Java
- Homepage:
- Size: 69.3 KB
- Stars: 22
- Watchers: 8
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://maven-badges.herokuapp.com/maven-central/io.vavr/vavr-gwt)
[](https://travis-ci.org/vavr-io/vavr-gwt)
[](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.