We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the vertx-examples wiki!
These lines implied in most of the examples:
@Grab("io.vertx:vertx-core:3.4.1") import io.vertx.core.Vertx Vertx vertx = Vertx.vertx()
And for some reason, the Web examples also require this:
@Grab("io.vertx:vertx-auth-oauth2:3.4.1") import io.vertx.ext.auth.oauth2.OAuth2Auth