
x-stomp.5.0.0.CR2.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vertx-stomp Show documentation
Show all versions of vertx-stomp Show documentation
Stomp support for Vert.x 3
module io.vertx.stomp {
requires static io.vertx.core.logging;
requires static io.vertx.docgen;
requires static io.vertx.codegen.api;
requires static io.vertx.codegen.json;
requires io.vertx.auth.common;
requires io.vertx.core;
requires io.vertx.eventbusbridge;
exports io.vertx.ext.stomp;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy