.http_handlers.3.6.3.source-code.module-info Maven / Gradle / Ivy
module com.hexagonkt.http_handlers {
requires transitive com.hexagonkt.http;
requires transitive com.hexagonkt.handlers;
exports com.hexagonkt.http.handlers;
}
module com.hexagonkt.http_handlers {
requires transitive com.hexagonkt.http;
requires transitive com.hexagonkt.handlers;
exports com.hexagonkt.http.handlers;
}