https://github.com/lance/test-dyn1
test-dyn1
https://github.com/lance/test-dyn1
Last synced: over 1 year ago
JSON representation
test-dyn1
- Host: GitHub
- URL: https://github.com/lance/test-dyn1
- Owner: lance
- Created: 2013-05-28T20:19:17.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-28T20:41:27.000Z (about 13 years ago)
- Last Synced: 2025-02-10T11:48:38.903Z (over 1 year ago)
- Language: Groovy
- Size: 722 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vert.x Gradle Template
Template project for creating a Vert.x module with a Gradle build.
Clone this and adapt it to easily develop Vert.x modules using Gradle as your build tool.
By default this module contains a simple Java verticle which listens on the event bus and responds to `ping!`
messages with `pong!`.
This template also shows you how to write tests in Java, Groovy, Ruby and Python
See the [build script](build.gradle) for the list of useful tasks