All Projects → vavr-io → vavr-gwt

vavr-io / vavr-gwt

Licence: other
GWT module for Vavr

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to vavr-gwt

Vavr
vʌvr (formerly called Javaslang) is a non-commercial, non-profit object-functional library that runs with Java 8+. It aims to reduce the lines of code and increase code quality.
Stars: ✭ 4,616 (+22980%)
Mutual labels:  immutable-collections, persistent-collections, vavr
picocog
A tiny code generation library (< 8 KB) written in Java, useful for any purpose, but ideal for JSR-269
Stars: ✭ 82 (+310%)
Mutual labels:  gwt
Apollo
Genome annotation editor with a Java Server backend and a Javascript client that runs in a web browser as a JBrowse plugin.
Stars: ✭ 93 (+365%)
Mutual labels:  gwt
Gwt Maven Plugin
Starting fresh on building GWT projects with Maven
Stars: ✭ 153 (+665%)
Mutual labels:  gwt
Gwt Jackson
gwt-jackson is a JSON parser for GWT. It uses Jackson 2.x annotations to customize the serialization/deserialization process.
Stars: ✭ 110 (+450%)
Mutual labels:  gwt
Dashbuilder
Dashboard composition tooling based on the Uberfire framework
Stars: ✭ 163 (+715%)
Mutual labels:  gwt
Gamecomposer
GameComposer is a game authoring tool and also a game runtime environment targeting at desktop and mobile devices.
Stars: ✭ 59 (+195%)
Mutual labels:  gwt
j4ts
Core Java APIs for TypeScript / JavaScript / JSweet
Stars: ✭ 92 (+360%)
Mutual labels:  gwt
Swellrt
SwellRT main project. Server, JavaScript and Java clients
Stars: ✭ 205 (+925%)
Mutual labels:  gwt
Gwt Polymer Elements
Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Stars: ✭ 153 (+665%)
Mutual labels:  gwt
Gwt Maven Plugin
Legacy GWT Maven Plugin
Stars: ✭ 145 (+625%)
Mutual labels:  gwt
Elemental2
Type checked access to browser APIs for Java code.
Stars: ✭ 115 (+475%)
Mutual labels:  gwt
Bitcoin Transaction Explorer
Simple and pure block explorer you can run on top of a full node
Stars: ✭ 165 (+725%)
Mutual labels:  gwt
Gwt Eclipse Plugin
GWT Eclipse Plugin Documentation
Stars: ✭ 100 (+400%)
Mutual labels:  gwt
java-modern-tech-practice
😎 Java™ modern tech practice sandbox ⏳
Stars: ✭ 43 (+115%)
Mutual labels:  vavr
Autorest
Auto RESTful Service Proxy Generator for GWT
Stars: ✭ 76 (+280%)
Mutual labels:  gwt
Domino Ui
Domino-ui
Stars: ✭ 138 (+590%)
Mutual labels:  gwt
Traccar Web
Traccar Web UI mod
Stars: ✭ 154 (+670%)
Mutual labels:  gwt
webfx
A JavaFX application transpiler. Write your Web Application in JavaFX and WebFX will transpile it in pure JS.
Stars: ✭ 210 (+950%)
Mutual labels:  gwt
domino-jackson
Jackson with Annotation processing
Stars: ✭ 46 (+130%)
Mutual labels:  gwt

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].