Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vert-x3/vertx-lang-groovy
- Owner: vert-x3
- License: apache-2.0
- Created: 2014-07-18T12:21:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T15:02:09.000Z (3 months ago)
- Last Synced: 2024-11-08T15:33:40.348Z (3 months ago)
- Language: Java
- Homepage:
- Size: 1.85 MB
- Stars: 13
- Watchers: 21
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- vertx-awesome - Groovy - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Groovy support. (Language Support)
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