Skip to content

vavr-io/vavr-gwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.