# vertxsmsservice **Repository Path**: jianglibo/vertxsmsservice ## Basic Information - **Project Name**: vertxsmsservice - **Description**: to know what is vertx - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2013-12-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vert.x Example Maven Project Example project for creating a Vert.x module with a Gradle build. By default this module contains a simple Java verticle which listens on the event bus and responds to `ping!` messages with `pong!`. This example also shows you how to write tests in Java, Groovy, Ruby and Python