https://github.com/vert-x3/vertx-lang-groovy
Vert.x Groovy support
https://github.com/vert-x3/vertx-lang-groovy
Last synced: 7 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 11 years ago)
- Default Branch: master
- Last Pushed: 2025-05-07T11:37:02.000Z (8 months ago)
- Last Synced: 2025-05-07T12:39:27.678Z (8 months ago)
- Language: Java
- Homepage:
- Size: 1.89 MB
- Stars: 14
- Watchers: 20
- 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
========
[](https://github.com/vert-x3/vertx-lang-groovy/actions/workflows/ci-5.x.yml)
[](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