.http_server_servlet.3.6.2.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 http_server_servlet Show documentation
Show all versions of http_server_servlet Show documentation
HTTP server adapter to be used on JEE Web Applications (deployed inside a server).
module com.hexagonkt.http_server_servlet {
requires transitive kotlin.stdlib;
requires transitive java.management;
requires transitive com.hexagonkt.http;
requires transitive com.hexagonkt.http_server;
requires transitive jakarta.servlet;
exports com.hexagonkt.http.server.servlet;
}