.web.3.7.0.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 web Show documentation
Show all versions of web Show documentation
HTTP server extensions to ease the development of dynamic Web applications.
The newest version!
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;
}