Skip to content
Mark edited this page Apr 12, 2017 · 1 revision

Welcome to the vertx-examples wiki!

Groovy Examples

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
Clone this wiki locally