All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.http_server_servlet.3.6.2.source-code.module-info Maven / Gradle / Ivy

Go to download

HTTP server adapter to be used on JEE Web Applications (deployed inside a server).

There is a newer version: 3.7.0
Show newest version

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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy