vavr-io / vavr-gwt

GWT module for Vavr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maven Central Build Status Gitter Chat

GWT support for Vavr

Using Vavr in GWT maven projects

  • Add the following maven dependency to your project:
<dependency>
    <groupId>io.vavr</groupId>
    <artifactId>vavr-gwt</artifactId>
    <version>{vavr-current-version}</version>
</dependency>
  • Inherit the Vavr module in your GWT module's descriptor file:
<module>
    <!-- ... -->
    <inherits name="Vavr"/>
    <!-- ... -->
</module>
  • Use the Vavr APIs in your code.

About

GWT module for Vavr


Languages

Language:Java 100.0%