ceylon-vertx icon indicating copy to clipboard operation
ceylon-vertx copied to clipboard

Ceylon API for Vert.x

Results 5 ceylon-vertx issues
Sort by recently updated
recently updated
newest added

In paragraph **from a Ceylon module containing a Verticle** module.ceylon should be: ``` ceylon module httpserververticle "1.0.0" { shared import "io.vertx.ceylon.core" "1.0.0"; shared import "io.vertx.ceylon.platform" "1.0.0"; } ``` instead of...