Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vert-x3/vertx-lang-groovy

Vert.x Groovy support
https://github.com/vert-x3/vertx-lang-groovy

Last synced: 2 months ago
JSON representation

Vert.x Groovy support

Awesome Lists containing this project

README

        

Vert.x for Groovy
========

[![Build Status (5.x)](https://github.com/vert-x3/vertx-lang-groovy/actions/workflows/ci-5.x.yml/badge.svg)](https://github.com/vert-x3/vertx-lang-groovy/actions/workflows/ci-5.x.yml)
[![Build Status (4.x)](https://github.com/vert-x3/vertx-lang-groovy/actions/workflows/ci-4.x.yml/badge.svg)](https://github.com/vert-x3/vertx-lang-groovy/actions/workflows/ci-4.x.yml)

This is the repository for Groovy for Vert.x.

For more information on Vert.x and where Vert.x core fits into the big picture please see the [website](http://vertx.io).

## Building artifacts

```
> mvn package
```

## Building documentation

```
> mvn package -Pdocs -DskipTests
```

Open _target/docs/vertx-lang-groovy/groovy/index.html _ with your browser