If I'm not totally wrong the module names should be like: `com.acme~module1~v1.0` instead of `com.acme-module-v1.0` in this Section: https://github.com/vert-x/vert-x.github.io/blob/master/mods_manual.html#L310 _Please comment if this is correct or not._ I also made a PR in the examples repo, to show a minimal example of including javascript module ressources, which could be linked there too: https://github.com/vert-x/vertx-examples/pull/5