.web.3.6.2.source-code.module-info Maven / Gradle / Ivy
module com.hexagonkt.web {
requires transitive kotlin.stdlib;
requires transitive com.hexagonkt.http;
requires transitive com.hexagonkt.http_server;
requires transitive com.hexagonkt.templates;
exports com.hexagonkt.web;
}