We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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